corrected readme for internal LB for Azure
This commit is contained in:
parent
bd771997e0
commit
d7059e6a0c
1 changed files with 4 additions and 1 deletions
|
@ -170,9 +170,12 @@ Example for Azure:
|
|||
```yaml
|
||||
controller:
|
||||
service:
|
||||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
# Create internal LB
|
||||
# Create internal ELB
|
||||
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
|
||||
service.beta.kubernetes.io/azure-load-balancer-ipv4: X.X.X.X # Optional to set external private IP for Internal LB
|
||||
# Any other annotation can be declared here.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue