Set proper update strategy for Postgres operator deployment.

This commit is contained in:
Jan Mußler 2020-10-23 23:41:52 +02:00
parent 0c0474c95c
commit 3d734b13a6
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ metadata:
name: postgres-operator
spec:
replicas: 1
strategy:
type: "Recreate"
selector:
matchLabels:
name: postgres-operator