2.4 KiB
2.4 KiB
postgresql
PostgresSQL
Homepage: https://github.com/truecharts/apps/tree/master/stable/postgres
Maintainers
Name | Url | |
---|---|---|
TrueCharts | info@truecharts.org | truecharts.org |
Ornias1993 | kjeld@schouten-lebbing.nl | truecharts.org |
Source Code
Requirements
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://truecharts.org/ | common | 6.12.1 |
Values
Key | Type | Default | Description |
---|---|---|---|
enableUpgradeBackup | bool | false |
|
envTpl.POSTGRES_DB | string | "{{ .Values.postgresqlDatabase }}" |
|
envTpl.POSTGRES_USER | string | "{{ .Values.postgresqlUsername }}" |
|
envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | "postgresql-password" |
|
envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include "common.names.fullname" . ) }}"` |
existingSecret | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "postgres" |
|
image.tag | string | "13.4" |
|
persistence.db.accessMode | string | "ReadWriteOnce" |
|
persistence.db.enabled | bool | true |
|
persistence.db.mountPath | string | "/var/lib/postgresql/data" |
|
persistence.db.size | string | "100Gi" |
|
persistence.db.type | string | "pvc" |
|
persistence.dbbackups.accessMode | string | "ReadWriteOnce" |
|
persistence.dbbackups.enabled | bool | true |
|
persistence.dbbackups.mountPath | string | "/dbbackups" |
|
persistence.dbbackups.size | string | "100Gi" |
|
persistence.dbbackups.type | string | "pvc" |
|
postgresqlDatabase | string | "test" |
|
postgresqlPassword | string | "testpass" |
|
postgresqlUsername | string | "test" |
|
service.main.enabled | bool | true |
|
service.main.ports.main.port | int | 5432 |
|
strategy.type | string | "Recreate" |
Autogenerated from chart metadata using helm-docs v1.5.0