diff --git a/services/health/wger-deployment.yaml b/services/health/wger-deployment.yaml index 20b1337..cadab68 100644 --- a/services/health/wger-deployment.yaml +++ b/services/health/wger-deployment.yaml @@ -7,6 +7,11 @@ metadata: spec: replicas: 1 revisionHistoryLimit: 3 + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: wger