feat: add argocd application for gitea-runner

This commit is contained in:
jv 2026-09-17 20:25:08 -05:00
parent 106a5a4752
commit c0830e2d63
1 changed files with 20 additions and 0 deletions

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@192.168.100.73:32222/jv/my-homelab-configs.git
targetRevision: main
path: apps/gitea-runner
destination:
server: https://kubernetes.default.svc
namespace: gitea-runner
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true