genestack icon indicating copy to clipboard operation
genestack copied to clipboard

Remove ingress controller for grafana namespace

Open sulochan opened this issue 9 months ago • 3 comments

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.

sulochan avatar May 15 '24 12:05 sulochan