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
+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
+6
View File
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- metallb.yaml
- web-test.yaml
@@ -11,7 +11,7 @@ spec:
source:
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
targetRevision: main
path: applications/web-test
path: apps/web-test
destination:
server: https://kubernetes.default.svc
+3
View File
@@ -0,0 +1,3 @@
# Documentation
Documentation d'installation, d'exploitation, de sauvegarde et de restauration du cluster Kubernetes.
+9
View File
@@ -0,0 +1,9 @@
# Platform
Composants de plateforme partagés par les applications :
- gestion des secrets ;
- authentification ;
- registre d'images ;
- automatisation des mises à jour ;
- services transverses.