home-server/applications.old/70-monitoring/grafana.yaml
2025-08-22 22:12:13 +10:00

21 lines
439 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana
namespace: argocd
spec:
project: default
source:
repoURL: "https://grafana.github.io/helm-charts"
chart: "grafana"
targetRevision: "9.3.2"
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true