You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After succesfully deploying kube-prometheus in my cluster I want to enable Ingress for the grafana dashboard.
I configured my Traefik IngressRoute and get now an error in the browser that says:
If you're seeing this Grafana has failed to load its application files
1. This could be caused by your reverse proxy settings.
2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath. If not using a reverse proxy make sure to set serve_from_sub_path to true.
3. If you have a local dev build make sure you build frontend using: yarn start, yarn start:hot, or yarn build
4. Sometimes restarting grafana-server can help
5. Check if you are using a non-supported browser. For more information, refer to the list of [supported browsers](https://grafana.com/docs/grafana/latest/installation/requirements/#supported-web-browsers).
My Traefik IngressRoute is configured as following:
So my question is: I see that there's a grafana-config.yaml in the manifests directory, where I can configure grafana.ini, but I don't know what to put in there to make the Ingress work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After succesfully deploying kube-prometheus in my cluster I want to enable Ingress for the grafana dashboard.
I configured my Traefik IngressRoute and get now an error in the browser that says:
My Traefik IngressRoute is configured as following:
So my question is: I see that there's a grafana-config.yaml in the manifests directory, where I can configure grafana.ini, but I don't know what to put in there to make the Ingress work.
Beta Was this translation helpful? Give feedback.
All reactions