Skip to content

Commit

Permalink
Helm chart notrespecting the replica count
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmattox committed May 17, 2024
1 parent 3be102c commit d61c23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/go-web-cache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d61c23f

Please sign in to comment.