The source of truth for all Cortex K3s deployments.
⚠️ This project is archived. No longer under active development.
ArgoCD watches this repo and syncs changes to the K3s cluster automatically. Manual kubectl apply is forbidden — all changes flow through Git.
cortex-gitops/
├── apps/ # Manifests by namespace
│ ├── cortex-system/ # Core platform services
│ ├── cortex/ # Main services
│ ├── cortex-chat/ # Chat interface
│ ├── cortex-cicd/ # CI/CD pipelines
│ ├── cortex-dev/ # Dev tools
│ ├── cortex-security/ # Security (Wazuh, scanning)
│ ├── cortex-knowledge/ # Knowledge management
│ └── cortex-autonomous/ # Autonomous agents
├── argocd-apps/ # ArgoCD Application CRDs
└── base/ # Base kustomizations
- All cluster resources must be defined here
- ArgoCD self-heals — manual changes are reverted
- Git history = audit trail
Built with Claude. No longer maintained.