We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8ffcd commit ba24c25Copy full SHA for ba24c25
platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml
@@ -173,6 +173,12 @@ spec:
173
properties:
174
nodeName:
175
type: string
176
+ switchover:
177
+ type: object
178
+ x-kubernetes-preserve-unknown-fields: true
179
+ properties:
180
+ masterNode:
181
+ type: string
182
services:
183
type: array
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:
592
timeoutSeconds: 10
593
initialDelaySeconds: 60
0 commit comments