home-server/applications.old/70-monitoring/prometheus.yaml

22 lines
462 B
YAML
Raw Normal View History

2025-08-21 22:13:03 +10:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
spec:
project: default
source:
repoURL: "oci://ghcr.io/prometheus-community/charts/prometheus"
chart: "prometheus"
targetRevision: "27.31.0"
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true