Fix dashboard providers.
This commit is contained in:
parent
c29493fa88
commit
ae82f6e490
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,6 @@ spec:
|
||||||
cookie_samesite: grafana
|
cookie_samesite: grafana
|
||||||
server:
|
server:
|
||||||
root_url: https://grafana.valinor.social
|
root_url: https://grafana.valinor.social
|
||||||
dashboardProviders:
|
|
||||||
datasources:
|
datasources:
|
||||||
datasources.yaml:
|
datasources.yaml:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
@ -103,6 +102,7 @@ spec:
|
||||||
url: http://alertmanager-operated.monitoring.svc.cluster.local:9093
|
url: http://alertmanager-operated.monitoring.svc.cluster.local:9093
|
||||||
jsonData:
|
jsonData:
|
||||||
implementation: prometheus
|
implementation: prometheus
|
||||||
|
dashboardProviders:
|
||||||
dashboardproviders.yaml:
|
dashboardproviders.yaml:
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
providers:
|
providers:
|
||||||
|
|
Reference in a new issue