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

29 lines
652 B
YAML
Raw Normal View History

2021-11-04 15:27:34 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
spec:
destination:
namespace: monitoring
server: 'https://kubernetes.default.svc'
source:
2021-11-12 17:57:44 +00:00
helm:
valueFiles:
- values-{{ .Values.environment }}.yaml
2021-11-04 15:27:34 +00:00
path: k8s/monitoring
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
2025-07-20 01:45:38 +00:00
targetRevision: {{ .Values.gitBranch }}
2021-11-04 15:27:34 +00:00
project: default
syncPolicy:
2021-11-04 15:35:38 +00:00
syncOptions:
2025-11-20 12:44:34 +00:00
- CreateNamespace=true
- ServerSideApply=true
2026-02-08 22:38:58 +00:00
- Replace=true
2021-11-17 14:16:36 +00:00
automated:
prune: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m