38 lines
891 B
YAML
38 lines
891 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: stack-cl01tl
|
|
namespace: argocd
|
|
labels:
|
|
app.kubernetes.io/name: stack-cl01tl
|
|
app.kubernetes.io/instance: argocd
|
|
app.kubernetes.io/part-of: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
|
targetRevision: manifests
|
|
path: clusters/cl01tl/manifests/stack
|
|
destination:
|
|
name: in-cluster
|
|
namespace: argocd
|
|
revisionHistoryLimit: 3
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: false
|
|
retry:
|
|
limit: 3
|
|
backoff:
|
|
duration: 1m
|
|
factor: 2
|
|
maxDuration: 15m
|
|
syncOptions:
|
|
- CreateNamespace=false
|
|
- ApplyOutOfSyncOnly=true
|
|
- ServerSideApply=true
|
|
- PruneLast=true
|
|
- RespectIgnoreDifferences=true
|