-
Notifications
You must be signed in to change notification settings - Fork 11
/
values.yaml
49 lines (44 loc) · 971 Bytes
/
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
adminPassword: "1234"
replicas: 1
image:
repository: grafana
tag: 6.29.1
pullPolicy: IfNotPresent
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: prometheus-k8s
type: prometheus
url: http://prometheus-k8s.monitoring.svc:9090
# prometheus-k8s => prometheus svc name
# monitoring => namespace
access: proxy
isDefault: true
plugins:
- grafana-piechart-panel
sidecar:
image:
repository: quay.io/kiwigrid/k8s-sidecar
tag: 1.15.6
dashboards:
enabled: true
label: grafana_dashboard
folder: /tmp/dashboards
# service:
# name: service
# type: ClusterIP
# port: 80
# targetPort: 3000
# nodeSelector:
# purpose: monitoring
# tolerations:
# - key: "monitoringonly"
# operator: "Equal"
# value: "true"
# effect: "NoSchedule"
# ingress:
# enabled: true
# annotations:
# kubernetes.io/ingress.class: traefik
# hosts: ["example.com"]