-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchart_values.yaml
96 lines (86 loc) · 2.41 KB
/
chart_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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
coreDns:
enabled: true
kubeDns:
enabled: false
alertmanager:
persistentVolume:
enabled: true
alertmanagerSpec:
storage:
volumeClaimTemplate:
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi
prometheusOperator:
createCustomResource: false
global:
rbac:
create: true
prometheus:
prometheusSpec:
storageSpec:
volumeClaimTemplate:
spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 10Gi
# https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
grafana:
adminPassword:
ingress:
enabled: true
ingressClassName: nginx
annotations:
"nginx.ingress.kubernetes.io/ingress.class": nginx
"nginx.ingress.kubernetes.io/tls-acme": "false"
hosts:
- grafana.devopsdemos.com
grafana.ini:
server:
domain: grafana.devopsdemos.com
root_url: https://grafana.devopsdemos.com/
persistence:
enabled: true
accessModes: ["ReadWriteOnce"]
size: 10Gi
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
# https://github.com/helm/charts/tree/master/stable/grafana#import-dashboards
dashboards:
default:
nginx-ingress:
url: https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/grafana/dashboards/nginx.json
# https://grafana.com/api/dashboards/2/revisions/2/download
prometheus-stats:
gnetId: 2
revision: 2
datasource: Prometheus
# https://grafana.com/api/dashboards/3831/revisions/1/download
cluster-autoscaler:
gnetId: 3831
revision: 1
datasource: Prometheus
# https://grafana.com/api/dashboards/7589/revisions/5/download
kafka:
gnetId: 7589
revision: 5
datasource: Prometheus
# https://grafana.com/api/dashboards/763/revisions/3/download
redis:
gnetId: 763
revision: 3
datasource: Prometheus
# https://grafana.com/api/dashboards/7173/revisions/2/download