|
1 | 1 | # cluster
|
2 | 2 |
|
3 |
| -  |
| 3 | +  |
4 | 4 |
|
5 | 5 | > **Warning**
|
6 | 6 | > ### This chart is under active development.
|
@@ -100,7 +100,7 @@ below. Refer to the table for the full list of parameters and place the configur
|
100 | 100 | Recovery
|
101 | 101 | --------
|
102 | 102 |
|
103 |
| -There is a separate document outlining the recovery procedure here: **[Recovery](docs/Recovery.md)** |
| 103 | +There is a separate document outlining the recovery procedure here: **[Recovery](docs/recovery.md)** |
104 | 104 |
|
105 | 105 | Examples
|
106 | 106 | --------
|
@@ -182,9 +182,9 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
|
182 | 182 | | cluster.primaryUpdateStrategy | string | `"unsupervised"` | Strategy to follow to upgrade the primary server during a rolling update procedure, after all replicas have been successfully updated: it can be automated (unsupervised - default) or manual (supervised) |
|
183 | 183 | | cluster.priorityClassName | string | `""` | |
|
184 | 184 | | cluster.resources | object | `{}` | Resources requirements of every generated Pod. Please refer to https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more information. We strongly advise you use the same setting for limits and requests so that your cluster pods are given a Guaranteed QoS. See: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/ |
|
185 |
| -| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/current/service_management/ | |
186 | 185 | | cluster.roles | list | `[]` | This feature enables declarative management of existing roles, as well as the creation of new roles if they are not already present in the database. See: https://cloudnative-pg.io/documentation/current/declarative_role_management/ |
|
187 | 186 | | cluster.serviceAccountTemplate | object | `{}` | Configure the metadata of the generated service account |
|
| 187 | +| cluster.services | object | `{}` | Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ | |
188 | 188 | | cluster.storage.size | string | `"8Gi"` | |
|
189 | 189 | | cluster.storage.storageClass | string | `""` | |
|
190 | 190 | | cluster.superuserSecret | string | `""` | |
|
|
282 | 282 | * IAM Role for S3 Service Account
|
283 | 283 | * Automatic provisioning of a Alert Manager configuration
|
284 | 284 |
|
285 |
| ----------------------------------------------- |
286 |
| -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments