GitOps repository for my homelab infrastructure. Everything as code, automatically synced.
├── apps/ # Application deployments │ ├── base/ # Base manifests │ └── overlays/ # Environment overrides ├── infrastructure/ # Cluster infrastructure │ ├── networking/ # Ingress, certs, DNS │ ├── storage/ # PVCs, StorageClasses │ └── monitoring/ # Prometheus, Grafana └── clusters/ └── defiant/ # Cluster-specific config
MIT