Files
devops-infa/argocd/prometheus-app.yml
2026-04-28 12:15:53 +02:00

25 lines
562 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
spec:
project: default
source:
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: main
chart: kube-prometheus-stack
helm:
releaseName: prometheus-stack
valueFiles:
- prometheus/prometheus-values.yml
destination:
server: https://kubernetes.default.svc
namespace: prometheus
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true