2025-04-30 16:42:44 +03:00

26 lines
573 B
YAML

# argocd-apps/prometheus.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus
namespace: argocd
spec:
project: observability
source:
repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git'
targetRevision: HEAD
path: charts/prometheus
helm:
valueFiles:
- ../../manifests/prometheus/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true