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

30 lines
632 B
YAML
Raw Normal View History

2026-02-15 22:18:21 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: console
spec:
destination:
name: ''
namespace: console
server: 'https://kubernetes.default.svc'
source:
helm:
valueFiles:
- values-{{ .Values.environment }}.yaml
path: k8s/console
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