Files
web-apps/application.yaml
Mayne0213 f7afc55588 FEAT(argocd): add App of Apps application.yaml
- Add root Application for managing all web-apps
2026-01-05 01:57:05 +09:00

34 lines
612 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: web-apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/K3S-HOME/web-apps.git
targetRevision: main
path: .
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
revisionHistoryLimit: 10