From fd6181e957e6a520d0e3369edce909f05d2b4869 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 24 Sep 2018 16:39:08 +0200 Subject: [PATCH] use Recreate upgrade strategy --- deployments/helm/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) 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" . }}