88 strategy : { type: Recreate }
99 template :
1010 spec :
11+ serviceAccountName : pgo
1112 containers :
1213 - name : operator
1314 image : postgres-operator
@@ -16,45 +17,65 @@ spec:
1617 value : kustomize
1718 - name : PGO_INSTALLER_ORIGIN
1819 value : postgres-operator-repo
20+ - name : PGO_CONTROLLER_LEASE_NAME
21+ value : cpk-leader-election-lease
1922 - name : PGO_NAMESPACE
20- valueFrom :
21- fieldRef :
22- fieldPath : metadata.namespace
23+ valueFrom : { fieldRef: { fieldPath: metadata.namespace } }
2324 - name : CRUNCHY_DEBUG
2425 value : " true"
26+ - name : RELATED_IMAGE_POSTGRES_15
27+ value : image-crunchy-postgres-15
28+ - name : RELATED_IMAGE_POSTGRES_15_GIS_3.3
29+ value : image-crunchy-postgres-15-gis-3.3
2530 - name : RELATED_IMAGE_POSTGRES_16
26- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres:ubi9 -16.11-2547 "
31+ value : image- crunchy-postgres-16
2732 - name : RELATED_IMAGE_POSTGRES_16_GIS_3.3
28- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-16.11- 3.3-2547 "
33+ value : image- crunchy-postgres-16-gis- 3.3
2934 - name : RELATED_IMAGE_POSTGRES_16_GIS_3.4
30- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-16.11- 3.4-2547 "
35+ value : image- crunchy-postgres-16-gis- 3.4
3136 - name : RELATED_IMAGE_POSTGRES_17
32- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres:ubi9 -17.7-2547 "
37+ value : image- crunchy-postgres-17
3338 - name : RELATED_IMAGE_POSTGRES_17_GIS_3.4
34- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-17.7- 3.4-2547 "
39+ value : image- crunchy-postgres-17-gis- 3.4
3540 - name : RELATED_IMAGE_POSTGRES_17_GIS_3.5
36- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-17.7- 3.5-2547 "
41+ value : image- crunchy-postgres-17-gis- 3.5
3742 - name : RELATED_IMAGE_POSTGRES_17_GIS_3.6
38- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-17.7-3.5-2547 "
43+ value : image- crunchy-postgres-17-gis-3.6
3944 - name : RELATED_IMAGE_POSTGRES_18
40- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres:ubi9 -18.1-2547 "
45+ value : image- crunchy-postgres-18
4146 - name : RELATED_IMAGE_POSTGRES_18_GIS_3.6
42- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-postgres-gis:ubi9-18.1- 3.6-2547 "
47+ value : image- crunchy-postgres-18-gis- 3.6
4348 - name : RELATED_IMAGE_PGBACKREST
44- value : " registry.developers.crunchydata.com/crunchydata/crunchy -pgbackrest:ubi9-2.56.0-2547 "
49+ value : image -pgbackrest
4550 - name : RELATED_IMAGE_PGBOUNCER
46- value : " registry.developers.crunchydata.com/crunchydata/crunchy -pgbouncer:ubi9-1.24-2547 "
51+ value : image -pgbouncer
4752 - name : RELATED_IMAGE_PGEXPORTER
48- value : " registry.developers.crunchydata.com/crunchydata/crunchy -postgres-exporter:ubi9-0.18.1-2547 "
53+ value : image -postgres-exporter
4954 - name : RELATED_IMAGE_PGUPGRADE
50- value : " registry.developers.crunchydata.com/crunchydata/ crunchy-upgrade:ubi9-18.1-2547 "
55+ value : image- crunchy-upgrade
5156 - name : RELATED_IMAGE_STANDALONE_PGADMIN
52- value : " registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547 "
57+ value : image-pgadmin
5358 - name : RELATED_IMAGE_COLLECTOR
54- value : " registry.developers.crunchydata.com/crunchydata/ postgres-operator:ubi9-5.8.5-0 "
59+ value : image- postgres-operator-6.0
5560 securityContext :
61+ seccompProfile :
62+ type : RuntimeDefault
5663 allowPrivilegeEscalation : false
5764 capabilities : { drop: [ALL] }
5865 readOnlyRootFilesystem : true
5966 runAsNonRoot : true
60- serviceAccountName : pgo
67+ ports :
68+ - containerPort : 8443
69+ name : metrics
70+ livenessProbe :
71+ httpGet :
72+ path : /readyz
73+ port : 8081
74+ initialDelaySeconds : 15
75+ periodSeconds : 20
76+ readinessProbe :
77+ httpGet :
78+ path : /healthz
79+ port : 8081
80+ initialDelaySeconds : 5
81+ periodSeconds : 10
0 commit comments