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
If you want to configure GKE Ingress with multiple backends for the same host, you must have a single rule with a single host and multiple paths. Otherwise, the GKE ingress controller provisions only one backend service
Source: https://cloud.google.com/kubernetes-engine/docs/concepts/ingress#multiple_backend_services
But the helm ingress.yaml creates multiple hosts:
windmill-helm-charts/charts/windmill/templates/ingress.yaml
Line 25 in 4a71fc7
Can confirm that combining the paths under a single host correctly updated the load balancer to map properly
So as a practical example, what I was getting by default helm configuration:
For GKE, the expected setup should be as follows:
I don't know if a shared host with multiple paths might then conflict with a different provider, but can confirm that GKE requires a single host.
The text was updated successfully, but these errors were encountered: