We are trying to deploy an instance of n8n on one of our GKE clusters… everything was ok until we decide to go from Load Balancer to Ingress… The same deployment that through the Load Balancer works like a charm, do not work when we try to deploy a GKE Ingress, the Backend Config never gets HEALTHY, but I repeat is the same deployment, we get to the nodeports, we have the webserver running, we confirm everything is ok !! Just the backend config do not want to move on to HEALTHY !!! We are very frustrated !!!
What is the error message (if any)?
Backendconfig UNHEALTHY
Please share your workflow
No workflow yet, it doesn’t even work !!!
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
If you could give us some more details on exactly how you’ve configured n8n (and possibly some config settings you may have, of course with any sensitive information like keys redacted), that would be extremely helpful in diagnosing what happened here
But, by the way in your samples you did not specify the need for a readiness_probe section. You should add that in the docs, for when you want to use an Ingress instead of a LB.