Monitoring/argo/apps/monitoring.yaml
2025-05-01 22:23:22 +01:00

22 lines
499 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.james-mellors.com/mello/Monitoring.git
targetRevision: main
path: argo/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
syncOptions:
- ServerSideApply=true
automated:
prune: true
selfHeal: true