2023-07-05 12:21:39 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: grafana-datasources
|
|
|
|
namespace: monitoring
|
|
|
|
data:
|
|
|
|
default.yaml: |-
|
|
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
|
|
- name: Loki
|
|
|
|
type: loki
|
|
|
|
access: proxy
|
2023-07-05 13:10:47 +00:00
|
|
|
url: "http://loki-svc:3100"
|
2023-07-05 12:21:39 +00:00
|
|
|
version: 1
|
|
|
|
isDefault: true
|
|
|
|
- name: Prometheus
|
|
|
|
type: prometheus
|
|
|
|
access: proxy
|
2023-07-05 13:38:34 +00:00
|
|
|
url: "http://prometheus-operated:9090"
|
2023-07-05 12:21:39 +00:00
|
|
|
version: 1
|
|
|
|
isDefault: false
|