Update deployment.yaml

This commit is contained in:
Virgil R.
2025-09-27 10:04:42 +02:00
committed by GitHub
parent 1fe20c3e54
commit 18de63d192

View File

@@ -13,7 +13,7 @@ metadata:
{{- toYaml .Values.deployment.labels | nindent 4 }} {{- toYaml .Values.deployment.labels | nindent 4 }}
{{- end }} {{- end }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: 1
strategy: strategy:
type: {{ .Values.deployment.strategy.type }} type: {{ .Values.deployment.strategy.type }}
{{- if eq .Values.deployment.strategy.type "RollingUpdate" }} {{- if eq .Values.deployment.strategy.type "RollingUpdate" }}