From eabf9810ff5be729123599e5213f70fef54fe96d Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Tue, 12 Mar 2024 16:14:07 +0100 Subject: [PATCH] Update helm-charts/azure-api-management-gateway/README.md --- helm-charts/azure-api-management-gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/azure-api-management-gateway/README.md b/helm-charts/azure-api-management-gateway/README.md index ec19f2b..41bf0c9 100644 --- a/helm-charts/azure-api-management-gateway/README.md +++ b/helm-charts/azure-api-management-gateway/README.md @@ -120,7 +120,7 @@ their default values. | `service.type` | Type of Kubernetes service to use to expose to serve traffic | `ClusterIP` | | `service.annotations` | Annotations to add to the Kubernetes service | `{}` | | `service.loadBalancer.ip` | Attach a pre-existing static IP to a `LoadBalancer` type service. Learn more in the [Kubernetes docs](https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer). | | -| `service.allocateLoadBalancerNodePorts` | Defines if NodePorts will be automatically allocated for services with type LoadBalancer | `true` | +| `service.loadBalancer.allocateNodePorts` | Defines if node ports will be automatically allocated for services with type `LoadBalancer` | `true` | | `service.ports.http` | Port for HTTP traffic on service for other pods to talk to | `8080` | | `service.ports.https` | Port for HTTPs traffic on service for other pods to talk to | `8081` | | `service.ports.instance.synchronization` | Port used for internal discovery of gateway instances to synchronize across all of them, ie for rate limiting. | `4290` |