feat(grafana): 🎨 Add root_url configuration for server

Adds a root_url configuration for the Grafana server to ensure proper access through the specified URL.

This change enhances the setup by defining the server's root URL, improving accessibility and usability for users.
This commit is contained in:
Daniel Sy 2025-08-13 14:31:26 +02:00
parent a344242bd5
commit c12d21e5bb
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -40,6 +40,8 @@ spec:
- grafana.observability.t09.de
secretName: grafana-net-tls
config:
server:
root_url: "https://grafana.observability.t09.de"
auth:
disable_login: "true"
disable_login_form: "true"