-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
Copy pathvalues.yaml
112 lines (107 loc) · 3.18 KB
/
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
grafana:
# -- Deploy Grafana if enabled. See [upstream readme](https://github.com/grafana/helm-charts/tree/main/charts/grafana#configuration) for full values reference.
enabled: true
# -- Grafana data sources config. Connects to all three by default
datasources:
datasources.yaml:
apiVersion: 1
# -- Datasources linked to the Grafana instance. Override if you disable any components.
datasources:
# https://grafana.com/docs/grafana/latest/datasources/loki/#provision-the-loki-data-source
- name: Loki
uid: loki
type: loki
url: http://{{ .Release.Name }}-loki-gateway
isDefault: false
# https://grafana.com/docs/grafana/latest/datasources/prometheus/#provision-the-data-source
- name: Mimir
uid: prom
type: prometheus
url: http://{{ .Release.Name }}-mimir-nginx/prometheus
isDefault: true
# https://grafana.com/docs/grafana/latest/datasources/tempo/configure-tempo-data-source/#provision-the-data-source
- name: Tempo
uid: tempo
type: tempo
url: http://{{ .Release.Name }}-tempo-query-frontend:3100
isDefault: false
jsonData:
tracesToLogsV2:
datasourceUid: loki
lokiSearch:
datasourceUid: loki
tracesToMetrics:
datasourceUid: prom
serviceMap:
datasourceUid: prom
loki:
# -- Deploy Loki if enabled. See [upstream readme](https://github.com/grafana/helm-charts/tree/main/charts/loki-distributed#values) for full values reference.
enabled: true
# -- Mimir chart values. Resources are set to a minimum by default.
mimir:
# -- Deploy Mimir if enabled. See [upstream values.yaml](https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/values.yaml) for full values reference.
enabled: true
alertmanager:
resources:
requests:
cpu: 20m
compactor:
resources:
requests:
cpu: 20m
distributor:
resources:
requests:
cpu: 20m
ingester:
replicas: 2
zoneAwareReplication:
enabled: false
resources:
requests:
cpu: 20m
overrides_exporter:
resources:
requests:
cpu: 20m
querier:
replicas: 1
resources:
requests:
cpu: 20m
query_frontend:
resources:
requests:
cpu: 20m
query_scheduler:
replicas: 1
resources:
requests:
cpu: 20m
ruler:
resources:
requests:
cpu: 20m
store_gateway:
zoneAwareReplication:
enabled: false
resources:
requests:
cpu: 20m
minio:
resources:
requests:
cpu: 20m
rollout_operator:
resources:
requests:
cpu: 20m
tempo:
# -- Deploy Tempo if enabled. See [upstream readme](https://github.com/grafana/helm-charts/blob/main/charts/tempo-distributed/README.md#values) for full values reference.
enabled: true
ingester:
replicas: 1
grafana-oncall:
# -- Deploy Grafana OnCall if enabled. See [upstream values.yaml](https://github.com/grafana/oncall/blob/dev/helm/oncall/values.yaml) for full values reference.
enabled: false