diff --git a/infrastructure/03-deployment.yaml b/infrastructure/03-deployment.yaml index cedfe96..e6a8093 100644 --- a/infrastructure/03-deployment.yaml +++ b/infrastructure/03-deployment.yaml @@ -30,8 +30,8 @@ spec: strategy: type: RollingUpdate rollingUpdate: - maxUnavailable: 0 - maxSurge: 1 + maxUnavailable: 1 + maxSurge: 0 template: metadata: labels: