Add deployment strategy type 'Recreate'
Add deployment strategy type 'Recreate'
This commit is contained in:
parent
a7aaad0a0b
commit
1bd80375b2
|
|
@ -10,6 +10,8 @@ metadata:
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
strategy:
|
||||||
|
type: "Recreate"
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: {{ template "postgres-operator.name" . }}
|
app.kubernetes.io/name: {{ template "postgres-operator.name" . }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue