README: extend AKS internal loadbalancer example

Example was incomplete and missing externalTrafficPolicy=Local
This commit is contained in:
Yannick 2023-07-26 14:57:25 +02:00 committed by GitHub
parent 0ec08bd1d0
commit 9b47686418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,6 +172,9 @@ Example for Azure:
```yaml
controller:
service:
internal:
enabled: true
externalTrafficPolicy: Local
annotations:
# Create internal LB
service.beta.kubernetes.io/azure-load-balancer-internal: "true"