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:
173
173
properties :
174
174
nodeName :
175
175
type : string
176
+ switchover :
177
+ type : object
178
+ x-kubernetes-preserve-unknown-fields : true
179
+ properties :
180
+ masterNode :
181
+ type : string
176
182
services :
177
183
type : array
178
184
items :
@@ -576,8 +582,12 @@ spec:
576
582
priorityClassName : system-cluster-critical
577
583
containers :
578
584
- name : radondb-postgres-operator
579
- image : radondb/radondb-postgres-operator:v1.2.0
585
+ image : radondb/radondb-postgres-operator:v1.2.1
580
586
imagePullPolicy : IfNotPresent
587
+ resources :
588
+ limits :
589
+ memory : " 500Mi"
590
+ cpu : " 0.5"
581
591
livenessProbe :
582
592
timeoutSeconds : 10
583
593
initialDelaySeconds : 60
You can’t perform that action at this time.
0 commit comments