netflux-kubernetes/deploy/base/values/grafana.yaml

57 lines
1.2 KiB
YAML
Raw Normal View History

2022-05-11 01:10:37 +00:00
admin:
existingSecret: grafana-credentials
# Seems to launch a failing container, disabling for now:
testFramework:
enabled: false
persistence:
enabled: false
# Note: datasources are patched in overlays to correct the URLs.
# Including here is required for the helm chart to mount the configmap
# volume.
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- isDefault: true
name: Prometheus
type: prometheus
url: http://prometheus-server
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
dashboards:
default:
postgresql:
gnetId: 9628
revision: 7
datasource: Prometheus
node:
gnetId: 1860
revision: 26
datasource: Prometheus
nginx-ingress:
gnetId: 9614
revision: 1
datasource: Prometheus
kubernetes-apiserver:
gnetId: 12006
revision: 1
datasource: Prometheus
2022-05-16 20:23:53 +00:00
gitea:
gnetId: 13192
revision: 1
datasource: Prometheus
2022-06-10 16:45:05 +00:00
synapse:
2022-06-05 16:04:54 +00:00
gnetId: 10046
revision: 1
datasource: Prometheus