From 0becd2930dad33f72f4f69f6c740aa38c67705a2 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 11 Jan 2026 13:15:00 +0100 Subject: [PATCH] Update README structure --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa001b2..3be7f45 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,12 @@ This repository contains Kubernetes configuration files for a K3s cluster runnin ## 📁 Repository Structure ``` -├── *_values.yaml # Helm values overrides for applications -├── my-actual-server/ # Custom Helm chart for Actual Budget -├── home-assistant-voice-llms/ # Custom Helm chart for Voice AI -├── prowlarr/ # Custom Helm chart for Prowlarr -├── kube-plex/ # Kubernetes-native Plex implementation -├── *.yml # Infrastructure manifests (MetalLB, ingress, etc.) -└── persistent_volume*.yml # Storage definitions +├── applications/ # Argo CD Application manifests +├── resources/ # Plain Kubernetes resources (kubectl apply -f) +├── helm-values/ # Helm values for Argo-managed apps +├── non_argo_values/ # Helm values for apps managed directly with Helm +├── custom_helm_charts/ # Custom charts (actual, voice, prowlarr, lidarr) +└── cluster_setup/ # Cluster bootstrap + update scripts ``` ## 🔧 Common Operations