feat: add ArgoCD Application for Gitea

This commit is contained in:
Ryan Moon
2026-04-02 18:10:28 -05:00
parent c854a70688
commit 01cf18ac55

33
argocd/gitea-app.yaml Normal file
View File

@@ -0,0 +1,33 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
spec:
project: default
source:
repoURL: https://dl.gitea.com/charts/
chart: gitea
targetRevision: "*"
helm:
valueFiles:
- $values/gitea/values.yaml
sources:
- repoURL: https://dl.gitea.com/charts/
chart: gitea
targetRevision: "*"
helm:
valueFiles:
- $values/gitea/values.yaml
- repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: gitea
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true