-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues-grafana.yaml
38 lines (34 loc) · 899 Bytes
/
values-grafana.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
# Disable authentication
grafana.ini:
auth:
disable_login_form: false
auth.anonymous:
enabled: true
org_role: Editor
# Configure the Prometheus datasource
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
isDefault: true
url: http://prometheus-server.reactive.svc
# Configure Grafana to load dashboards from the given directory
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: default
orgId: 1
folder: ''
type: file
disableDeletion: true
editable: true
options:
path: /var/lib/grafana/dashboards/default
# Don't regenerate admin password on each upgrade
adminPassword: password
# Include a sample Flink dashboard with:
# --set-file dashboards.default.flink-dashboard.json=grafana-dashboard.json