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:
parent
a344242bd5
commit
c12d21e5bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue