33 lines
682 B
YAML
33 lines
682 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: {{ .Values.gitBranch }}
|
|
project: default
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
allowEmpty: false
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|
|
ignoreDifferences:
|
|
- group: apps
|
|
kind: Deployment
|
|
jsonPointers:
|
|
- /spec/replicas
|