Files
platform/web-apps/argocd.yaml
Mayne0213 6c387a7f7e FEAT(argocd): add web-apps Application to platform
- Register web-apps repository in App of Apps
2026-01-09 21:43:56 +09:00

30 lines
608 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