Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ingress controller for grafana namespace (rackerlabs#271)
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.
- Loading branch information