feat: initial bootstrap manifests for argocd and gitea

This commit is contained in:
HDW
2026-04-19 18:15:18 +02:00
parent 2729eb1f27
commit 92780cef3b
2 changed files with 33 additions and 7 deletions

23
bootstrap/root-infra.yaml Normal file
View File

@@ -0,0 +1,23 @@
# root-infra.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-infra
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1" # Muss zuerst starten
spec:
project: default
source:
repoURL: 'http://gitea-service.gitea.svc.cluster.local:3000/hdw/cluster-state.git'
path: infrastructure
targetRevision: HEAD
directory:
recurse: true
destination:
server: 'https://kubernetes.default.svc'
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true