You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create postgres tenant clusters managed by the CNPG Operator
6
6
@@ -9,7 +9,7 @@ Create postgres tenant clusters managed by the CNPG Operator
9
9
| Name | Email | Url |
10
10
| ---- | ------ | --- |
11
11
| cloudymax ||<https://github.com/cloudymax>|
12
-
| jessebot ||<https://github.com/jessebot>|
12
+
| jessebot ||<https://jessebot.work>|
13
13
14
14
## Values
15
15
@@ -31,7 +31,7 @@ Create postgres tenant clusters managed by the CNPG Operator
31
31
| externalClusters | list |`[]`||
32
32
| imageCatalog.create | bool |`true`| Whether to provision an image catalog. If imageCatalog.images is empty this option will be ignored. |
33
33
| imageCatalog.images | list |`[]`| List of images to be provisioned in an image catalog. |
34
-
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:16.0"`| image to use for all tenant pods |
34
+
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:17.0"`| image to use for all tenant pods |
35
35
| instances | int |`3`| number of postgres replicas minimum 1 required |
36
36
| managed | object |`{"roles":[]}`| See https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-RoleConfiguration for explanation of all options |
37
37
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
@@ -43,6 +43,7 @@ Create postgres tenant clusters managed by the CNPG Operator
43
43
| resources | object |`{}`||
44
44
| scheduledBackup | object |`{}`| schduled backups section, please see values.yaml for example |
45
45
| storage.size | string |`"1Gi"`| how much storage to allocate to the postgresql cluster |
46
+
| storage.storageClass | string |`"default"`| set the storage class of the PVC. |
46
47
| superuserSecret | string |`""`| name of existing secret to use as superuser redentials will be randomly generated if not specified. |
47
48
| testApp.enabled | bool |`false`||
48
49
| type | string |`"postgresql"`| Type of the CNPG database. Available types: * `postgresql` * `postgis` * `timescaledb`|
0 commit comments