Adding LoadBalancerIP value for internal service

Adding documentation for the value

Bumping chart version

Adding changelog entry

Added change to artifacthub annotation
This commit is contained in:
cooperbenson-qz 2020-12-17 09:50:08 -07:00
parent c4a0ec8c2a
commit 8de7d42cfc
5 changed files with 13 additions and 2 deletions

View file

@ -189,6 +189,8 @@ 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`.
### Ingress Admission Webhooks
With nginx-ingress-controller version 0.25+, the nginx ingress controller pod exposes an endpoint that will integrate with the `validatingwebhookconfiguration` Kubernetes feature to prevent bad ingress from being added to the cluster.