feat: add ArgoCD Application for gitea runner

This commit is contained in:
Ryan Moon
2026-04-02 18:25:57 -05:00
parent 89e5437876
commit 34779b4f29

20
argocd/runner-app.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea-runner
namespace: argocd
spec:
project: default
source:
repoURL: ssh://git@134.199.248.182:22/ryan/lunarfront-charts.git
targetRevision: main
path: runner
destination:
server: https://kubernetes.default.svc
namespace: runner
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true