README: extend AKS internal loadbalancer example
Example was incomplete and missing externalTrafficPolicy=Local
This commit is contained in:
parent
0ec08bd1d0
commit
9b47686418
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue