k8s-deployment/installations/monitoring/helmfile.yaml

42 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2024-07-26 13:06:05 +00:00
bases:
- ../../common/environments.yaml
2024-09-11 21:19:35 +00:00
- ../../common/templates.yaml
2024-07-26 13:06:05 +00:00
repositories:
- name: bedag
url: https://bedag.github.io/helm-charts/
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
2024-09-30 20:50:18 +00:00
- name: grafana
url: https://grafana.github.io/helm-charts
2024-07-26 13:06:05 +00:00
releases:
- name: prometheus
chart: prometheus-community/kube-prometheus-stack
2024-09-28 19:53:15 +00:00
namespace: observability
version: 66.2.1
2024-07-26 13:06:05 +00:00
inherit:
- template: default-env-values
- template: default-env-secrets
- template: crd-management-hook
2024-09-30 20:50:18 +00:00
- name: grafana
chart: grafana/grafana
2024-10-10 04:48:48 +00:00
namespace: observability
version: 8.6.0
2024-09-30 20:50:18 +00:00
installed: true
inherit:
- template: default-env-values
- template: default-env-secrets
2024-10-10 04:48:48 +00:00
- name: loki
chart: grafana/loki
namespace: observability
version: 6.19.0
2024-10-10 04:48:48 +00:00
inherit:
- template: default-env-values
2024-11-17 20:55:12 +00:00
- template: ext-secret
- template: ext-traefik-middleware
2024-10-10 04:48:48 +00:00
- name: promtail
chart: grafana/promtail
namespace: observability
version: 6.16.6
inherit:
- template: default-env-values