diff --git a/deployments/helm/templates/deployment.yaml b/deployments/helm/templates/deployment.yaml index c960711d31..adebd7c5f0 100644 --- a/deployments/helm/templates/deployment.yaml +++ b/deployments/helm/templates/deployment.yaml @@ -9,6 +9,8 @@ metadata: heritage: {{ .Release.Service }} spec: replicas: 1 # could not be scaled + strategy: + type: Recreate selector: matchLabels: app: {{ include "scm-manager.name" . }}