mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ update grafana sources
This commit is contained in:
@@ -99,18 +99,26 @@ spec:
|
|||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
# list of datasources that should be deleted from the database
|
# list of datasources that should be deleted from the database
|
||||||
deleteDatasources:
|
deleteDatasources:
|
||||||
- name: Loki
|
- { name: Alertmanager, orgId: 1 }
|
||||||
orgId: 1
|
- { name: Loki, orgId: 1 }
|
||||||
|
- { name: Prometheus, orgId: 1 }
|
||||||
datasources:
|
datasources:
|
||||||
- name: Prometheus
|
- name: Prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://thanos-query-frontend.monitoring.svc.cluster.local.:9090
|
url: http://thanos-query-frontend.monitoring.svc.cluster.local.:9090
|
||||||
isDefault: true
|
isDefault: true
|
||||||
# - name: Loki
|
- name: Loki
|
||||||
# type: loki
|
type: loki
|
||||||
# access: proxy
|
access: proxy
|
||||||
# url: http://loki-gateway.monitoring.svc.cluster.local.:80
|
url: http://loki-gateway.monitoring.svc.cluster.local.:80
|
||||||
|
- name: Alertmanager
|
||||||
|
type: alertmanager
|
||||||
|
uid: alertmanager
|
||||||
|
access: proxy
|
||||||
|
url: http://alertmanager-operated.monitoring.svc.cluster.local:9093
|
||||||
|
jsonData:
|
||||||
|
implementation: prometheus
|
||||||
dashboards:
|
dashboards:
|
||||||
default:
|
default:
|
||||||
home-assistant:
|
home-assistant:
|
||||||
|
Reference in New Issue
Block a user