Monitoring/argo/apps/monitoring.yaml
James Mellors 1f01ea0b7f clean up
2025-04-21 16:56:51 +01:00

20 lines
465 B
YAML

resources: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:
automated:
prune: true
selfHeal: true