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
@@ -36,7 +36,7 @@ Create postgres tenant clusters managed by the CNPG Operator
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
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
+
| instances | int |`3`| number of postgres replicas minimum 1 required |
40
40
| monitoring.enablePodMonitor | bool |`false`| enable monitoring via Prometheus |
41
41
| name | string |`"cnpg"`||
42
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