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
What do i miss? I use the standard ingress-nginx (no Target override necessary.)
I guess you have to apply some ingress that uses the domains you want it to rewrite in spec.tls.hosts, since hairpin-proxy in fact just scans for the ingresses for their spec.tls.hosts and have them updated to the corednsconfigmap in kube-system.
Besides, just in case, using bitnami helm chart for ingress-nginx-controller requires setting fullnameOverride: ingress-nginx-controller in the values.
but the resulting config map then does not contain the updated config with rewrites:
What do i miss? I use the standard
ingress-nginx
(no Target override necessary.)The text was updated successfully, but these errors were encountered: