Files
gitops-infra/apps/health-app.yaml
infinicaretech 7bbfa88faf fix: update repo URLs to Gitea internal service
Switched from GitHub to self-hosted Gitea (gitea-http.gitea.svc:3000).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 21:02:38 +00:00

32 lines
748 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: health-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: infinicaretech
source:
repoURL: http://gitea-http.gitea.svc:3000/gitea_admin/gitops-infra.git
targetRevision: main
path: environments/health-app/overlays/production
destination:
server: https://kubernetes.default.svc
namespace: health-app
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 3
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s