Compare commits
2 Commits
f3b7d23bb7
...
825a73a5b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 825a73a5b9 | |||
| 0becd2930d |
@@ -38,13 +38,12 @@ This repository contains Kubernetes configuration files for a K3s cluster runnin
|
|||||||
## 📁 Repository Structure
|
## 📁 Repository Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
├── *_values.yaml # Helm values overrides for applications
|
├── applications/ # Argo CD Application manifests
|
||||||
├── my-actual-server/ # Custom Helm chart for Actual Budget
|
├── resources/ # Plain Kubernetes resources (kubectl apply -f)
|
||||||
├── home-assistant-voice-llms/ # Custom Helm chart for Voice AI
|
├── helm-values/ # Helm values for Argo-managed apps
|
||||||
├── prowlarr/ # Custom Helm chart for Prowlarr
|
├── non_argo_values/ # Helm values for apps managed directly with Helm
|
||||||
├── kube-plex/ # Kubernetes-native Plex implementation
|
├── custom_helm_charts/ # Custom charts (actual, voice, prowlarr, lidarr)
|
||||||
├── *.yml # Infrastructure manifests (MetalLB, ingress, etc.)
|
└── cluster_setup/ # Cluster bootstrap + update scripts
|
||||||
└── persistent_volume*.yml # Storage definitions
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🔧 Common Operations
|
## 🔧 Common Operations
|
||||||
|
|||||||
@@ -36,6 +36,6 @@ resources:
|
|||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
ephemeral-storage: "50Mi"
|
ephemeral-storage: "50Mi"
|
||||||
limits:
|
limits:
|
||||||
memory: "800Mi"
|
memory: "4Gi"
|
||||||
cpu: "1000m"
|
cpu: "4000m"
|
||||||
ephemeral-storage: "1Gi"
|
ephemeral-storage: "1Gi"
|
||||||
|
|||||||
Reference in New Issue
Block a user