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 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
replicas: 1
strategy:
type: {{ .Values.deployment.strategy.type }}
{{- if eq .Values.deployment.strategy.type "RollingUpdate" }}