10. Postgres-operator
Installer for PGO, the open source Postgres Operator from Crunchy Data
10.1. Install Postgres Operator and CRDs
git clone https://github.com/graphistry/graphistry-helm && cd graphistry-helm
helm upgrade -i postgres-operator ./charts/postgres-operator --namespace postgres-operator --create-namespace
helm repo add graphistry-helm https://graphistry.github.io/graphistry-helm/
helm upgrade -i postgres-operator graphistry-helm/pgo --namespace postgres-operator --create-namespace
10.2. Configuration
The following table lists the configurable parameters of the Postgres-operator chart and their default values.
Parameter |
Description |
Default |
controllerImages.cluster
|
|
"registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.2.0-0"
|
controllerImages.upgrade
|
|
"registry.developers.crunchydata.com/crunchydata/postgres-operator-upgrade:ubi8-5.2.0-0"
|
relatedImages.postgres_14.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1"
|
relatedImages.postgres_14_gis_3.1.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.1-1"
|
relatedImages.postgres_14_gis_3.2.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.5-3.2-1"
|
relatedImages.postgres_13.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.8-1"
|
relatedImages.postgres_13_gis_3.0.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.0-1"
|
relatedImages.postgres_13_gis_3.1.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.8-3.1-1"
|
relatedImages.pgadmin.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-4"
|
relatedImages.pgbackrest.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1"
|
relatedImages.pgbouncer.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-1"
|
relatedImages.pgexporter.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.2.0-0"
|
relatedImages.pgupgrade.image
|
|
"registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.2.0-0"
|
singleNamespace
|
|
false
|
debug
|
|
true
|
imagePullSecretNames
|
|
[]
|
For more information on the CrunchyData Postgres Operator visit the PGO documentation: CrunchyData PGO Documentation