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 | 44 | 12.12.5 | a day ago |
postgresql | dfroberg/cluster | 42 | 11.9.8 | a year ago |
See the most popular values for this chart:
Key | Types |
---|---|
image.tag (11) 15.4.0 | string |
image.repository (10) 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 | |
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 | |
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.scripts."create-databases.sql" (1) CREATE DATABASE hass_db;
CREATE DATABASE paperless;
CREATE USER paperless with encrypted password '${PAPERLESS_DBPASS}';
GRANT ALL privileges on database paperless to paperless;
CREATE DATABASE nextcloud;
CREATE USER nextcloud with encrypted password '${NEXTCLOUD_DBPASS}';
GRANT ALL privileges on database nextcloud to nextcloud;
CREATE DATABASE immich;
CREATE USER immich with encrypted password '${IMMICH_DB_PASSWORD}';
GRANT ALL privileges on database immich to immich;
| string |
primary.initdb.scriptsSecret (1) postgresql-init | string |
boolean | |
string | |
boolean, string | |
boolean, string | |
boolean | |
auth.database (4) postgres | string |
auth.postgresPassword (4) ${SECRET_POSTGRES_ADMIN_PASS} | string |
auth.username (4) mb-scheduler | string |
boolean | |
auth.existingSecret (2) postgresql-secrets | string |
auth.password (2) ${SECRET_POSTGRES_PASSWORD} | string |
string | |
global.postgresql.auth.postgresPassword (3) ${POSTGRESQL_PASSWORD} | string |
global.postgresql.auth.password (2) ${POSTGRES_PASSWORD} | string |
string | |
global.postgresql.auth.existingSecret (1) postgresql-secret | string |
global.storageClass (1) longhorn | string |
boolean | |
number | |
number | |
string | |
volumePermissions.image.registry (1) bitnami/minideb | string |
string | |
persistence.existingClaim (2) postgresql-config-v1 | string |
boolean | |
persistence.mountPath (1) /bitnami/postgresql | string |
string | |
postgresqlDatabase (2) postgres | string |
architecture (1) replication | string |
number | |
existingSecret (1) postgresql | string |
fullnameOverride (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 | |
number | |
string | |
boolean | |
number | |
number | |
service.port (1) 5432 | number |
service.type (1) ClusterIP | string |