diff --git a/charts/neon-storage-controller/templates/deployment.yaml b/charts/neon-storage-controller/templates/deployment.yaml index e36503d..7791ed8 100644 --- a/charts/neon-storage-controller/templates/deployment.yaml +++ b/charts/neon-storage-controller/templates/deployment.yaml @@ -6,10 +6,7 @@ metadata: {{- include "neon-storage-controller.labels" . | nindent 4 }} spec: strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 1 - maxUnavailable: 0 + type: Recreate replicas: 1 # Which pods the Deployment is managing (duplicates template.metadata.labels). selector: