|
1 | 1 | # cnpg-cluster |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | Create postgres tenant clusters managed by the CNPG Operator |
6 | 6 |
|
@@ -34,13 +34,16 @@ Create postgres tenant clusters managed by the CNPG Operator |
34 | 34 | | managed | object | `{"roles":[]}` | See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options | |
35 | 35 | | monitoring.enablePodMonitor | bool | `false` | enable monitoring via Prometheus | |
36 | 36 | | name | string | `"cnpg"` | | |
| 37 | +| postgresGID | int | `-1` | The GID of the postgres user inside the image, defaults to 26 | |
| 38 | +| postgresUID | int | `-1` | The UID of the postgres user inside the image, defaults to 26 | |
37 | 39 | | postgresql.pg_hba | list | `["hostnossl all all 0.0.0.0/0 reject","hostssl all all 0.0.0.0/0 cert clientcert=verify-full"]` | records for the pg_hba.conf file. ref: https://www.postgresql.org/docs/current/auth-pg-hba-conf.html | |
38 | 40 | | primaryUpdateStrategy | string | `"unsupervised"` | | |
39 | 41 | | resources | object | `{}` | | |
40 | 42 | | scheduledBackup | object | `{}` | schduled backups section, please see values.yaml for example | |
41 | 43 | | storage.size | string | `"1Gi"` | how much storage to allocate to the postgresql cluster | |
42 | 44 | | superuserSecret | string | `""` | name of existing secret to use as superuser redentials will be randomly generated if not specified. | |
43 | 45 | | testApp.enabled | bool | `false` | | |
| 46 | +| type | string | `"postgresql"` | Type of the CNPG database. Available types: * `postgresql` * `postgis` * `timescaledb` | |
44 | 47 |
|
45 | 48 | ---------------------------------------------- |
46 | | -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) |
| 49 | +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments