forked from agorgl/observability-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmfile.yaml
39 lines (34 loc) · 1.21 KB
/
helmfile.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
repositories:
# Prometheus community charts, https://github.com/prometheus-community/helm-charts
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
# Grafana charts, https://github.com/grafana/helm-charts/tree/main/charts/loki-stack
- name: grafana
url: https://grafana.github.io/helm-charts
# Enable Cortex if needed
# Cortex https://github.com/cortexproject/cortex-helm-chart
# - name: cortex-helm
# url: https://cortexproject.github.io/cortex-helm-chart
## Namespace to which the helm charts will be installed.
namespace: observability
releases:
# Prometheus, Grafana ## More details here https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md
- name: kube-prometheus-stack
chart: prometheus-community/kube-prometheus-stack
values:
- values/kube-prometheus-stack.yaml.gotmpl
# Loki, Promtail ##
- name: loki-stack
chart: grafana/loki-stack
values:
- values/loki-stack.yaml.gotmpl
# Tempo
- name: tempo
chart: grafana/tempo
values:
- values/tempo.yaml.gotmpl
# # Cortex
# - name: cortex
# chart: cortex-helm/cortex
# values:
# - .env.{{ .Environment.Name }}.yaml