No introduction found. Create it?
Install with:
helm repo add bitnami https://charts.bitnami.com/bitnami/
helm install postgresql bitnami/postgresql -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
postgresql | jr0dd/home-ops | 45 | 13.2.24 | 2 days ago |
postgresql | dfroberg/cluster | 48 | 11.9.8 | 6 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
image.tag (12) 15.3.0 | string |
image.repository (11) bitnami/postgresql | string |
image.registry (6) docker.io | string |
image.pullPolicy (2) IfNotPresent | string |
boolean | |
primary.persistence.existingClaim (9) postgresql-data | string |
string | |
string | |
string | |
primary.persistence.subPath (1) postgresql | string |
string | |
string | |
string | |
primary.additionalContainers.fsfreeze.command[] (1) - /bin/bash | string |
primary.additionalContainers.fsfreeze.image (1) ubuntu:focal-20210827 | string |
string | |
string | |
boolean | |
primary.additionalContainers.fsfreeze.volumeMounts[].mountPath (1) /bitnami/postgresql | string |
string | |
boolean | |
boolean | |
string | |
primary.initdb.scriptsSecret (1) postgresql-init | string |
string | |
string | |
primary.podAnnotations."post.hook.backup.velero.io/command" (1) ["/sbin/fsfreeze", "--unfreeze", "/bitnami/postgresql"] | string |
string | |
primary.podAnnotations."pre.hook.backup.velero.io/command" (1) ["/sbin/fsfreeze", "--freeze", "/bitnami/postgresql"] | string |
string | |
boolean | |
string | |
primary.service.loadBalancerIP (1) ${SVC_POSTGRESQL_ADDR} | string |
primary.service.type (1) LoadBalancer | string |
boolean | |
boolean | |
boolean | |
global.postgresql.auth.postgresPassword (4) ${POSTGRESQL_PASSWORD} | string |
string | |
global.postgresql.auth.existingSecret (2) main-postgresql-secret | string |
global.postgresql.auth.password (2) ${POSTGRES_PASSWORD} | string |
string | |
global.storageClass (1) longhorn | string |
auth.database (3) postgres | string |
boolean | |
auth.postgresPassword (3) ${SECRET_POSTGRES_ADMIN_PASS} | string |
auth.username (2) mb-scheduler | string |
auth.existingSecret (1) postgresql-secrets | string |
auth.password (1) ${SECRET_POSTGRES_PASSWORD} | string |
boolean | |
string | |
backup.cronjob.storage.existingClaim (1) postgresql-backups-v1 | string |
string | |
string | |
persistence.existingClaim (2) postgresql-config-v1 | string |
boolean | |
persistence.mountPath (1) /bitnami/postgresql | string |
string | |
postgresqlDatabase (2) postgres | string |
boolean | |
number | |
number | |
string | |
volumePermissions.image.registry (1) bitnami/minideb | string |
string | |
architecture (1) standalone | string |
clusterDomain (1) ${SECRET_DOMAIN} | string |
number | |
boolean | |
existingSecret (1) postgresql | string |
postgresqlDataDir (1) /bitnami/postgresql/data | string |
postgresqlPassword (1) ${SECRET_POSTGRES_PASSWORD} | string |
postgresqlUsername (1) ${SECRET_POSTGRES_USERNAME} | string |
rbac.create (1) true | boolean |
boolean | |
string | |
string | |
string | |
string | |
boolean | |
number | |
number | |
service.port (1) 5432 | number |
service.type (1) ClusterIP | string |
strategy.type (1) Recreate | string |