Skip to content

Commit 8d66a49

Browse files
authored
helm: Default replicaCount to 3 (#123)
1 parent 32c47bb commit 8d66a49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/s2s-proxy/example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ metadata:
103103
app.kubernetes.io/version: "0.1.0"
104104
app.kubernetes.io/managed-by: Helm
105105
spec:
106-
replicas: 1
106+
replicas: 3
107107
selector:
108108
matchLabels:
109109
app.kubernetes.io/name: s2s-proxy

charts/s2s-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
6-
replicaCount: 1
6+
replicaCount: 3
77

88
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
99
image:

0 commit comments

Comments
 (0)