22 lines
499 B
YAML
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 |