File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
platforms/kubernetes/postgres-operator/deploy Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,12 @@ spec:
173173 properties :
174174 nodeName :
175175 type : string
176+ switchover :
177+ type : object
178+ x-kubernetes-preserve-unknown-fields : true
179+ properties :
180+ masterNode :
181+ type : string
176182 services :
177183 type : array
178184 items :
@@ -576,8 +582,12 @@ spec:
576582 priorityClassName : system-cluster-critical
577583 containers :
578584 - name : radondb-postgres-operator
579- image : radondb/radondb-postgres-operator:v1.2.0
585+ image : radondb/radondb-postgres-operator:v1.2.1
580586 imagePullPolicy : IfNotPresent
587+ resources :
588+ limits :
589+ memory : " 500Mi"
590+ cpu : " 0.5"
581591 livenessProbe :
582592 timeoutSeconds : 10
583593 initialDelaySeconds : 60
You can’t perform that action at this time.
0 commit comments