PostgreSQL chart configuration (without HA support)
bitnami/postgresql chart is used as a database for Waldur.
Standalone installation
Add bitnami
repo to helm:
1 |
|
Install postgresql
release:
1 |
|
NB: the values postgresql.enabled
and postgresqlha.enabled
must be false
.
Chart configuration
You can change default PostgreSQL config with the following variables in postgresql-values.yaml
:
auth.database
- name of a database. NB: must matchpostgresql.database
value inwaldur/values.yaml
auth.username
- name of a database user. NB: must matchpostgresql.username
value inwaldur/values.yaml
auth.password
- password of a database userprimary.persistence.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.
Dependency installation
Waldur Helm chart supports PostgreSQL installation as a dependency.
For this, set postgresql.enabled
to true
and update related settings in postgresql
section in waldur/values.yaml
NB: the value postgresqlha.enabled
and externalDB.enabled
must be false
.
Prior Waldur installation, update chart dependencies:
1 |
|
Readonly user configuration
In order to enable /api/query/ endpoint please make sure that read-only user is configured.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
|