Skip to content

Commit

Permalink
Update helm-charts/azure-api-management-gateway/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Mar 12, 2024
1 parent 9fc9e80 commit eabf981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/azure-api-management-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit eabf981

Please sign in to comment.