-
Notifications
You must be signed in to change notification settings - Fork 1
/
6.grafana-values.yaml
48 lines (44 loc) · 1019 Bytes
/
6.grafana-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
ingress:
# disabled because of problems with deleting and tracking down this resource for route53
enabled: false
initChownData:
enabled: false
persistence:
enabled: true
# did not work with efs, volume was mounted but container returned mounting errors
storageClassName: "gp2"
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
url: http://prometheus-server
access: proxy
isDefault: true
- name: Loki
type: loki
url: http://loki:3100
access: proxy
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:
kubernetes:
gnetId: 10000
revision: 1
datasource: Prometheus
ingress:
gnetId: 9614
revision: 1
datasource: Prometheus