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 }}
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: "Recreate"
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ template "postgres-operator.name" . }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue