--- apiVersion: apps/v1 kind: Deployment metadata: name: pgo labels: postgres-operator.crunchydata.com/control-plane: postgres-operator spec: replicas: 1 strategy: { type: Recreate } selector: matchLabels: postgres-operator.crunchydata.com/control-plane: postgres-operator template: metadata: labels: postgres-operator.crunchydata.com/control-plane: postgres-operator spec: containers: - name: operator image: postgres-operator env: - name: PGO_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: CRUNCHY_DEBUG value: "true" - name: RELATED_IMAGE_POSTGRES_13 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.9-2" - name: RELATED_IMAGE_POSTGRES_13_GIS_3.0 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.0-2" - name: RELATED_IMAGE_POSTGRES_13_GIS_3.1 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.9-3.1-2" - name: RELATED_IMAGE_POSTGRES_14 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-2" - name: RELATED_IMAGE_POSTGRES_14_GIS_3.1 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.1-2" - name: RELATED_IMAGE_POSTGRES_14_GIS_3.2 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.2-2" - name: RELATED_IMAGE_POSTGRES_14_GIS_3.3 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.6-3.3-2" - name: RELATED_IMAGE_POSTGRES_15 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.1-0" - name: RELATED_IMAGE_POSTGRES_15_GIS_3.3 value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.1-3.3-0" - name: RELATED_IMAGE_PGADMIN value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-8" - name: RELATED_IMAGE_PGBACKREST value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-2" - name: RELATED_IMAGE_PGBOUNCER value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-5" - name: RELATED_IMAGE_PGEXPORTER value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.3.0-0" securityContext: allowPrivilegeEscalation: false capabilities: { drop: [ALL] } readOnlyRootFilesystem: true runAsNonRoot: true serviceAccountName: pgo