diff --git a/backend/deploy/helm/templates/deployment.yaml b/backend/deploy/helm/templates/deployment.yaml index 190af1f..de9022c 100644 --- a/backend/deploy/helm/templates/deployment.yaml +++ b/backend/deploy/helm/templates/deployment.yaml @@ -12,8 +12,8 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: {{- include "marktvogt-backend.selectorLabels" . | nindent 6 }}