Files
homelab-v/k8s/infra/monitoring/grafana/kustomization.yaml
T
Vegard Hagen 3452ba1cb2 feat(grafana): install grafana using grafana-operator
Decommission kube-prometheus-stack installed Grafana and use
grafana-operator instead.

Signed-off-by: Vegard Hagen <[email protected]>
2025-08-05 21:05:28 +02:00

22 lines
565 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ns.yaml
- grafana.yaml
- grafana-operator-dashboard.yaml
- http-route.yaml
- admin-credentials.yaml
- oidc-credentials.yaml
- datasources/alertmanager-operated.yaml
- datasources/prometheus-operated.yaml
helmCharts:
- name: grafana-operator
repo: oci://ghcr.io/grafana/helm-charts
includeCRDs: true
namespace: grafana
version: v5.19.1 # renovate: github-releases=grafana/grafana-operator
releaseName: grafana-operator
valuesFile: ./values.yaml