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
Copy file name to clipboardExpand all lines: charts/cloudnative-pg-cluster/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,12 @@ Create postgres tenant clusters managed by the CNPG Operator
35
35
| certificates.user.enabled | bool |`false`| create a certificate for a user to connect to postgres using CertManager requires server and client certificate generation enabled |
36
36
| certificates.user.username | string |`"app"`| name of the user to create a cert for, eg: the DbOwner specified earlier. This data populated into the commonName field of the certificate. |
37
37
| externalClusters | list |`[]`||
38
-
| instances | int |`3`||
38
+
| imageName | string |`"ghcr.io/cloudnative-pg/postgresql:16.0"`| image to use for all tenant pods |
39
+
| instances | int |`3`| number of postgres replicas |
39
40
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
40
41
| name | string |`"cnpg"`||
41
42
| 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|
0 commit comments