Set proper update strategy for Postgres operator deployment.
This commit is contained in:
parent
0c0474c95c
commit
3d734b13a6
|
|
@ -4,6 +4,8 @@ metadata:
|
|||
name: postgres-operator
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: "Recreate"
|
||||
selector:
|
||||
matchLabels:
|
||||
name: postgres-operator
|
||||
|
|
|
|||
Loading…
Reference in New Issue