use Recreate upgrade strategy

This commit is contained in:
Sebastian Sdorra
2018-09-24 16:39:08 +02:00
parent 210a23ef32
commit fd6181e957

View File

@@ -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" . }}