Correct the value for setting a static IP

This commit is contained in:
Tsuyoshi Miyake 2020-12-24 00:18:30 +09:00 committed by GitHub
parent 100da9a100
commit 0fd65559ac

View file

@ -189,7 +189,7 @@ controller:
An use case for this scenario is having a split-view DNS setup where the public zone CNAME records point to the external balancer URL while the private zone CNAME records point to the internal balancer URL. This way, you only need one ingress kubernetes object.
Optionally you can set `controller.service.internal.loadBalancerIP` if you need a static IP for the resulting `LoadBalancer`.
Optionally you can set `controller.service.loadBalancerIP` if you need a static IP for the resulting `LoadBalancer`.
### Ingress Admission Webhooks