From 098c85e05d782e1fb37fad12bab316cf28d4d517 Mon Sep 17 00:00:00 2001 From: gemini Date: Fri, 6 Mar 2026 21:21:22 +0000 Subject: [PATCH] docs: add README for homelab apps directory --- 09_homelab_apps/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 09_homelab_apps/README.md diff --git a/09_homelab_apps/README.md b/09_homelab_apps/README.md new file mode 100644 index 0000000..77e7433 --- /dev/null +++ b/09_homelab_apps/README.md @@ -0,0 +1,13 @@ +# 🏠 Homelab Applications + +Dieser Ordner beherbergt alle Benutzer-Applikationen und Self-Hosted Dienste des Homelabs. + +## 🤖 GitOps Automatisierung +Jeder Unterordner in diesem Verzeichnis wird automatisch vom ArgoCD **ApplicationSet** `homelab-apps` erkannt und als eigenständige Application im Cluster ausgerollt. + +### Deployment-Struktur: +- Die Applikationen werden standardmäßig im Projekt `homelab` gruppiert. +- ArgoCD sucht nach `values.yaml` Dateien in den jeweiligen Verzeichnissen. + +--- +*Verwaltet via ArgoCD GitOps*