2023-07-29 15:49:40 +00:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: cluster-deployments
|
|
|
|
namespace: argocd
|
2023-08-02 07:50:52 +00:00
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
2023-07-29 15:49:40 +00:00
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
repoURL: 'https://git.smsvc.net/k8s/cluster-deployments.git'
|
|
|
|
path: manifests/
|
|
|
|
targetRevision: HEAD
|
|
|
|
directory:
|
|
|
|
recurse: true
|
|
|
|
destination:
|
|
|
|
server: 'https://kubernetes.default.svc'
|
|
|
|
namespace: argocd
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
selfHeal: true
|
|
|
|
retry:
|
|
|
|
limit: 5
|
|
|
|
backoff:
|
|
|
|
duration: 5s
|
|
|
|
factor: 2
|
|
|
|
maxDuration: 5m
|