Hi all,
After playing around with helm chart options my ingress now sends all root paths on port 80 in a loop. Turns out the rke2-ingress-nginx-controller on 2 of the worker nodes now defines a service type "loadbalancer" on port 80 which it previously didn't and I can't change it back to "Do not create a Service". Any hints on how to debug this? I removed all applications from the cluster, checked that no other pods are running, but when I try to change the config of the ingress controller on one of the worker nodes from "load balancer" back to "Do not create a service" it ignores it. Any hints on where to look for cluster-wide ingress controller configurations or settings or figure out which app/workload used or set it?
Rancher v2.7.2