We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c47bb commit 8d66a49Copy full SHA for 8d66a49
2 files changed
charts/s2s-proxy/example.yaml
@@ -103,7 +103,7 @@ metadata:
103
app.kubernetes.io/version: "0.1.0"
104
app.kubernetes.io/managed-by: Helm
105
spec:
106
- replicas: 1
+ replicas: 3
107
selector:
108
matchLabels:
109
app.kubernetes.io/name: s2s-proxy
charts/s2s-proxy/values.yaml
@@ -3,7 +3,7 @@
3
# Declare variables to be passed into your templates.
4
5
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
6
-replicaCount: 1
+replicaCount: 3
7
8
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
9
image:
0 commit comments