diff --git a/web/deploy/helm/templates/deployment.yaml b/web/deploy/helm/templates/deployment.yaml index ba89b98..df3e791 100644 --- a/web/deploy/helm/templates/deployment.yaml +++ b/web/deploy/helm/templates/deployment.yaml @@ -9,6 +9,11 @@ spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }} + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: {{- include "marktvogt-web.selectorLabels" . | nindent 6 }}