Skip to content

Commit

Permalink
Leave room for imperativeness
Browse files Browse the repository at this point in the history
allow the the HPA to controll the replicas of the deployment
  • Loading branch information
tcarmet authored Mar 4, 2024
1 parent f214381 commit 65c9ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/artifacts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
replicas: {{ .Values.deployment.minReplicas }}
selector:
matchLabels:
app: {{ template "fullname" $ }}
Expand Down

0 comments on commit 65c9ded

Please sign in to comment.