26 lines
553 B
YAML
26 lines
553 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: coturn
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: coturn
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: k8s/coturn
|
|
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
|
targetRevision: HEAD
|
|
project: default
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
# automated:
|
|
# prune: true
|
|
# allowEmpty: false
|
|
# retry:
|
|
# limit: 5
|
|
# backoff:
|
|
# duration: 5s
|
|
# factor: 2
|
|
# maxDuration: 3m |