main
infra-manifests
GitOps repository for homelab Kubernetes infrastructure.
Cluster
- Kubernetes: k3s
- GitOps: ArgoCD
- SCM: Gitea
Planned namespaces
- argocd
- monitoring
- test
- prod
- livekit
Repository structure
infra-manifests
├── bootstrap
├── monitoring
├── livekit
├── test
└── prod
Deployment model
Git → ArgoCD → Kubernetes
Githooks
Repository used .githooks
after cloning repository your need to use git config core.hooksPath .githooks
Description
Languages
Shell
100%