Skip to content

Commit 16cd1f6

Browse files
authored
PTFE-1388 - Min replicas for deployment replicas (#107)
1 parent 0a40af8 commit 16cd1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/artifacts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
release: "{{ .Release.Name }}"
1010
heritage: "{{ .Release.Service }}"
1111
spec:
12-
replicas: 1
12+
replicas: {{ .Values.deployment.minReplicas }}
1313
selector:
1414
matchLabels:
1515
app: {{ template "fullname" $ }}

0 commit comments

Comments
 (0)