video-iac/k8s/applications/templates/webrtc-be.yaml

29 lines
661 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: webrtc-be
spec:
destination:
name: ''
namespace: webrtc-be
server: 'https://kubernetes.default.svc'
source:
helm:
valueFiles:
- values-{{ .Values.environment }}.yaml
path: k8s/webrtc-be
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: {{ .Values.gitBranch }}
project: default
# syncPolicy:
# syncOptions:
# - CreateNamespace=true
# automated:
# prune: true
# allowEmpty: false
# retry:
# limit: 5
# backoff:
# duration: 5s
# factor: 2
# maxDuration: 3m