Files
homelab-v/k8s/infra/monitoring/prometheus-stack/kustomization.yaml
T
2025-07-26 14:34:36 +02:00

19 lines
458 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- alertmanager-http-route.yaml
- grafana-http-route.yaml
- prometheus-http-route.yaml
- grafana-oidc-credentials.yaml
helmCharts:
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
includeCRDs: true
namespace: monitoring
version: 75.12.0
releaseName: kube-prometheus-stack
valuesFile: ./values.yaml