Files
charts/.vib/postgresql-ha/runtime-parameters.yaml
Javier J. Salmerón-García 970f62a163 [bitnami/postgresql-ha] test: Add persistence tests (#18752)
* [bitnami/postgresql-ha] test:  Add persistence tests

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* chore: 🔖 Bump chart version

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
2023-08-28 18:51:44 +02:00

34 lines
693 B
YAML

pgpool:
adminUsername: adminUser
adminPassword: adminPassword123!4
replicaCount: 1
podSecurityContext:
enabled: true
fsGroup: 1002
containerSecurityContext:
enabled: true
runAsUser: 1002
containerPorts:
postgresql: 5432
postgresql:
repmgrUsername: repmgr
repmgrPassword: repmgrPassword123!4
repmgrDatabase: repmgr
repmgrConnectTimeout: 7
replicaCount: 4
password: psqlPassword123!4
containerPorts:
postgresql: 5431
podSecurityContext:
enabled: true
fsGroup: 1002
containerSecurityContext:
enabled: true
runAsUser: 1002
persistence:
mountPath: /bitnami/postgresql
service:
ports:
postgresql: 80
type: LoadBalancer