From d055a49f94cfd717af27edc82bd7fe53b4164fda Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:22:08 -0800 Subject: [PATCH] Leave room for imperativeness (#124) allow the the HPA to controll the replicas of the deployment --- charts/artifacts/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/artifacts/templates/deployment.yaml b/charts/artifacts/templates/deployment.yaml index e6c84db..df23ab9 100644 --- a/charts/artifacts/templates/deployment.yaml +++ b/charts/artifacts/templates/deployment.yaml @@ -9,7 +9,6 @@ metadata: release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" spec: - replicas: {{ .Values.deployment.minReplicas }} selector: matchLabels: app: {{ template "fullname" $ }}