Compare commits

...

2 Commits

Author SHA1 Message Date
gilgamezh 825a73a5b9 update resources for lidar 2026-01-11 15:44:38 +01:00
gilgamezh 0becd2930d Update README structure 2026-01-11 13:15:00 +01:00
2 changed files with 8 additions and 9 deletions
+6 -7
View File
@@ -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
+2 -2
View File
@@ -36,6 +36,6 @@ resources:
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
memory: "4Gi"
cpu: "4000m"
ephemeral-storage: "1Gi"