PostgreSQL chart configuration (without HA support)
bitnami/postgresql chart is used as a database for Waldur.
Add bitnami
repo to helm:
1 |
|
Install postgresql
release:
1 |
|
NB: the value postgresql.HAEnabled
for waldur release must be false
.
Chart configuration
You can change default PostgreSQL config with the following variables in postgresql-values.yaml
:
postgresqlDatabase
- name of a database. NB: must matchpostgresql.database
value inwaldur/values.yaml
postgresqlUsername
- name of a database user. NB: must matchpostgresql.username
value inwaldur/values.yaml
postgresqlPassword
- password of a database userpersistence.size
- size of a databaseimage.tag
- tag ofPostgreSQL
image. Possible tags for default image can be found hereimage.registry
- registry ofPostgreSQL
image.
More information related to possible values here.
Last update:
2023-04-11