From add3e837441656c621835b06fbc814abcf947afc Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 6 May 2024 20:24:11 +0000 Subject: [PATCH] Update README.md with readme-generator-for-helm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bitnami Containers Signed-off-by: Jaime Martínez Rincón --- bitnami/postgresql/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 2f3a853aa6b012..f5c2dbd7c27578 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -470,6 +470,7 @@ If you already have data in it, you will fail to sync to standby nodes for all c | `primary.service.nodePorts.postgresql` | Node port for PostgreSQL | `""` | | `primary.service.clusterIP` | Static clusterIP or None for headless services | `""` | | `primary.service.annotations` | Annotations for PostgreSQL primary service | `{}` | +| `primary.service.loadBalancerClass` | Load balancer class if service type is `LoadBalancer` | `""` | | `primary.service.loadBalancerIP` | Load balancer IP if service type is `LoadBalancer` | `""` | | `primary.service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` | | `primary.service.loadBalancerSourceRanges` | Addresses that are allowed when service is LoadBalancer | `[]` | @@ -583,6 +584,7 @@ If you already have data in it, you will fail to sync to standby nodes for all c | `readReplicas.service.nodePorts.postgresql` | Node port for PostgreSQL | `""` | | `readReplicas.service.clusterIP` | Static clusterIP or None for headless services | `""` | | `readReplicas.service.annotations` | Annotations for PostgreSQL read only service | `{}` | +| `readReplicas.service.loadBalancerClass` | Load balancer class if service type is `LoadBalancer` | `""` | | `readReplicas.service.loadBalancerIP` | Load balancer IP if service type is `LoadBalancer` | `""` | | `readReplicas.service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` | | `readReplicas.service.loadBalancerSourceRanges` | Addresses that are allowed when service is LoadBalancer | `[]` |