Files
homelab/k8s/core/prom-stack/kustomization.yaml

41 lines
960 B
YAML
Raw Permalink Normal View History

2025-04-12 14:06:50 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- persistentVolume.yaml
- external-secrets.yaml
- grafana-alerting-configmap.yaml
2025-04-12 14:06:50 +01:00
helmCharts:
2025-04-12 14:14:48 +01:00
- name: kube-prometheus-stack
2025-04-12 14:06:50 +01:00
repo: https://prometheus-community.github.io/helm-charts
version: 79.7.1
2025-04-12 14:14:48 +01:00
releaseName: prometheus
2025-04-12 14:06:50 +01:00
namespace: prometheus
valuesFile: prom-values.yaml
includeCRDs: true
- name: grafana
repo: https://grafana.github.io/helm-charts
version: 10.2.0
2025-04-12 14:06:50 +01:00
releaseName: grafana
namespace: prometheus
valuesFile: grafana-values.yaml
includeCRDs: true
2026-01-07 14:55:42 +00:00
- name: loki
repo: https://grafana.github.io/helm-charts
version: 6.29.0
releaseName: loki
namespace: prometheus
valuesFile: loki-values.yaml
includeCRDs: true
2026-01-07 15:01:15 +00:00
- name: promtail
repo: https://grafana.github.io/helm-charts
version: 6.16.6
releaseName: promtail
namespace: prometheus
valuesFile: promtail-values.yaml