From 34779b4f29bb47715a856bbe2bff4b179328a394 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 18:25:57 -0500 Subject: [PATCH] feat: add ArgoCD Application for gitea runner --- argocd/runner-app.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/runner-app.yaml diff --git a/argocd/runner-app.yaml b/argocd/runner-app.yaml new file mode 100644 index 0000000..5c0024a --- /dev/null +++ b/argocd/runner-app.yaml @@ -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