-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgrafana-values.yaml
45 lines (43 loc) · 1.01 KB
/
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
sidecar:
dashboards:
enabled: true
label: grafana_dashboard
persistence:
enabled: true
existingClaim: "grafana-pvc"
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default' # corresponds to the defaultDashboards.
orgId: 1
folder: 'Kubernetes'
type: file
disableDeletion: true
editable: false
options:
path: /tmp/dashboards/default # should match sidecar.dashboards.defaultFolderName
- name: 'global'
orgId: 1
folder: 'All teams'
type: file
disableDeletion: true
editable: false
options:
path: /tmp/dashboards/global
- name: 'accounts'
orgId: 1
folder: 'Accounts'
type: file
disableDeletion: true
editable: false
options:
path: /tmp/dashboards/accounts
- name: 'team-1'
orgId: 1
folder: 'Team-1'
type: file
disableDeletion: true
editable: false
options:
path: /tmp/dashboards/team-1