Files
homelab/k8s/core/prometheus/kustomization.yaml

26 lines
573 B
YAML
Raw Normal View History

2025-04-12 14:06:50 +01:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- persistentVolume.yaml
- external-secrets.yaml
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: 70.4.2
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: 8.11.4
releaseName: grafana
namespace: prometheus
valuesFile: grafana-values.yaml
includeCRDs: true