feat: add forgejo argocd application

This commit is contained in:
jad0s 2026-05-04 14:30:56 +02:00
parent a599644f65
commit 6678e863de

20
apps/forgejo.yaml Normal file
View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
namespace: argocd
spec:
project: default
source:
repoURL: git://10.0.122.90/gitops
targetRevision: HEAD
path: manifests/forgejo
destination:
server: https://kubernetes.default.svc
namespace: forgejo
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true