diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index 3457ed0b2..0d8758d99 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -160,8 +160,9 @@ cluster: # -- The GID of the postgres user inside the image, defaults to 26 postgresGID: -1 - services: {} # -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ - + # -- Customization of service definions. Please refer to https://cloudnative-pg.io/documentation/1.24/service_management/ + services: {} + # -- 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.