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
|
```yaml
|
||||||
controller:
|
controller:
|
||||||
service:
|
service:
|
||||||
|
internal:
|
||||||
|
enabled: true
|
||||||
|
externalTrafficPolicy: Local
|
||||||
annotations:
|
annotations:
|
||||||
# Create internal LB
|
# Create internal LB
|
||||||
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
|
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
|
||||||
|
|
Loading…
Reference in a new issue