video-iac/k8s/applications/templates/coturn.yaml

33 lines
682 B
YAML
Raw Normal View History

2021-11-16 16:56:49 +00:00
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'
2025-07-20 01:45:38 +00:00
targetRevision: {{ .Values.gitBranch }}
2021-11-16 16:56:49 +00:00
project: default
syncPolicy:
syncOptions:
- CreateNamespace=true
2021-11-16 17:07:06 +00:00
automated:
prune: true
2026-01-31 17:38:04 +00:00
selfHeal: true
2021-11-16 17:07:06 +00:00
allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
2026-01-06 13:40:49 +00:00
maxDuration: 3m
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas