diff --git a/services/keycloak/deployment.yaml b/services/keycloak/deployment.yaml index 1545d3d..0ead0a8 100644 --- a/services/keycloak/deployment.yaml +++ b/services/keycloak/deployment.yaml @@ -9,8 +9,10 @@ metadata: spec: replicas: 1 strategy: - type: Recreate - rollingUpdate: null + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: keycloak