No description
- Go Template 100%
| clusters/obelix | Update Helm chart oci.trueforge.org/truecharts/frigate to v19.6.0 | |
| docs | Remove stale loki-mcp docs entry | |
| README.md | feat: monitor Argo CD with Prometheus | |
| renovate.json | Remove temporary Nextcloud Renovate branch workaround | |
Kubernetes GitOps Repository
This repository contains runtime cluster manifests reconciled by Argo CD.
Purpose
- Define workload and platform runtime state for the cluster.
- Keep runtime changes Git-driven and reviewable.
- Provide predictable operational workflows for app and platform changes.
Start Here
- Main documentation index:
docs/README.md - App and namespace inventory:
docs/APPS.md - App onboarding:
docs/APP-ONBOARDING.md - Runtime workflow:
docs/WORKFLOW.md - Alerts:
docs/ALERTS.md - Special setups and gotchas:
docs/SPECIAL-SETUPS.md - GPU workloads:
docs/GPU.md
Daily Use
- Edit manifests in this repository.
- Validate render.
- Commit and push.
- Verify Argo reconciliation and workload health.
Repository Scope
- This repo owns runtime Kubernetes state.
- Host bootstrap and control-plane provisioning live in the sibling
nixosrepository.