video-iac/k8s/argocd/overlays/production/applications.yaml

30 lines
641 B
YAML
Raw Normal View History

2021-11-18 07:15:38 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applications
spec:
2025-10-05 22:43:16 +00:00
destination:
namespace: argocd
server: 'https://kubernetes.default.svc'
2021-11-18 07:15:38 +00:00
source:
2025-10-05 22:43:16 +00:00
path: k8s/applications
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
targetRevision: main
2021-11-18 07:15:38 +00:00
helm:
valueFiles:
2025-10-05 22:43:16 +00:00
- values-production.yaml
project: default
syncPolicy:
syncOptions:
2025-11-20 12:44:34 +00:00
- CreateNamespace=true
2026-01-06 13:40:49 +00:00
- ServerSideApply=true
2026-02-08 22:38:58 +00:00
- Replace=true
2026-01-06 13:40:49 +00:00
automated:
2025-10-05 22:43:16 +00:00
prune: true
allowEmpty: false
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m