Restructure repository around homelab cluster composition

This commit is contained in:
2026-07-23 00:11:24 +02:00
parent fd3cbb89c2
commit 2a2d75d448
10 changed files with 20 additions and 2 deletions
-25
View File
@@ -1,25 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-config
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
targetRevision: main
path: infrastructure/metallb
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-25
View File
@@ -1,25 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: web-test
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
targetRevision: main
path: applications/web-test
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
+1 -1
View File
@@ -11,7 +11,7 @@ spec:
source:
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
targetRevision: main
path: bootstrap/argocd/apps
path: clusters/homelab/apps
destination:
server: https://kubernetes.default.svc