2024-11-24 14:30:49 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: argo-second-cluster-demo
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
2024-11-26 20:45:18 +00:00
|
|
|
namespace: guestbook
|
2024-11-24 14:30:49 +00:00
|
|
|
name: argo-app-test-cluster
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
path: guestbook
|
|
|
|
repoURL: https://github.com/argoproj/argocd-example-apps.git
|
|
|
|
targetRevision: HEAD
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
retry:
|
|
|
|
limit: -1
|
|
|
|
backoff:
|
|
|
|
duration: 5s
|
|
|
|
factor: 2
|
|
|
|
maxDuration: 1m
|