feat: add argocd application definition

This commit is contained in:
Sebastian Mark 2023-07-29 17:49:40 +02:00
parent 80dac2acbd
commit e72ec09ce9

27
argocd_app.yml Normal file
View file

@ -0,0 +1,27 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-deployments
namespace: argocd
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