You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you want to expose ingress only to the edge of your Kubernetes cluster and not tie it to an (external) load-balancer. For this it's usefull to support running the proxy Deployment on the hostNetwork.
Add option to the chart values.yaml to set hostNetwork: true
This should render hostNetwork: true on the deployment/pod spec