diff --git a/charts/go-web-cache/templates/deployment.yaml b/charts/go-web-cache/templates/deployment.yaml index 4b7cfe2..77f7b15 100644 --- a/charts/go-web-cache/templates/deployment.yaml +++ b/charts/go-web-cache/templates/deployment.yaml @@ -9,7 +9,7 @@ metadata: prometheus.io/port: "9000" prometheus.io/path: "/metrics" spec: - replicas: 1 + replicas: {{ .Values.replicaCount }} selector: matchLabels: app: "go-web-cache"