Restructure repository around homelab cluster composition
This commit is contained in:
@@ -11,7 +11,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
|
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: bootstrap/argocd/apps
|
path: clusters/homelab/apps
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- metallb.yaml
|
||||||
|
- web-test.yaml
|
||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
|
repoURL: 'gitea@172.16.2.52:baptiste/k8s.git'
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: applications/web-test
|
path: apps/web-test
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# Documentation
|
||||||
|
|
||||||
|
Documentation d'installation, d'exploitation, de sauvegarde et de restauration du cluster Kubernetes.
|
||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user