diff --git a/charts/pod-graceful-drain/templates/deployment.yaml b/charts/pod-graceful-drain/templates/deployment.yaml index 1594ee7..ae3f36c 100644 --- a/charts/pod-graceful-drain/templates/deployment.yaml +++ b/charts/pod-graceful-drain/templates/deployment.yaml @@ -6,6 +6,9 @@ metadata: {{- include "pod-graceful-drain.labels" . | nindent 4 }} spec: replicas: {{ .Values.replicaCount }} + strategy: + rollingUpdate: + maxUnavailable: 0 selector: matchLabels: {{- include "pod-graceful-drain.selectorLabels" . | nindent 6 }}