feat: initial bootstrap manifests for argocd and gitea
This commit is contained in:
23
bootstrap/root-infra.yaml
Normal file
23
bootstrap/root-infra.yaml
Normal 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
|
||||
Reference in New Issue
Block a user