1
0
Fork 0

feat(bee): add datasources

This commit is contained in:
Vojtěch Mareš 2023-02-02 19:40:36 +01:00
parent 44e5d4ca10
commit 339b9053b2
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -49,11 +49,19 @@ spec:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://ops-prometheus.monitoring-ops:9090
access: proxy
isDefault: true
- name: AlertManager
type: alertmanager
url: http://ops-alertmanager.monitoring-ops:9093
access: proxy
- name: In-Cluster Prometheus
type: prometheus
url: http://monitoring-prometheus.monitoring:9090
access: proxy
isDefault: true
- name: In-Cluster Loki
type: loki
url: http://loki-gateway.logging:80