genestack
genestack copied to clipboard
Remove ingress controller for grafana namespace
Currently there is already a nginx ingress controller running with ingress class nginx. The addition of ingress controller in grafana with the same ingressClass meant that two controllers were racing causing ip flips in ingress address.
This patch simply removes the grafana ingress. And since grafana is already using ingressclass of nginx it should still work with the existing ingress controller.