From 16cd1f64ff84610af5625828753759c7648a046d Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:15:00 -0800 Subject: [PATCH] PTFE-1388 - Min replicas for deployment replicas (#107) --- charts/artifacts/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/artifacts/templates/deployment.yaml b/charts/artifacts/templates/deployment.yaml index 4e2f46c..34a271b 100644 --- a/charts/artifacts/templates/deployment.yaml +++ b/charts/artifacts/templates/deployment.yaml @@ -9,7 +9,7 @@ metadata: release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" spec: - replicas: 1 + replicas: {{ .Values.deployment.minReplicas }} selector: matchLabels: app: {{ template "fullname" $ }}