Commit Graph

7 Commits

Author SHA1 Message Date
4e83ee8242 REFACTOR(gitea): move to platform repo
- Remove gitea Application manifests
- Update kustomization.yaml to exclude gitea
- Gitea now managed by platform repo
2026-01-10 19:38:54 +09:00
21d1367098 FEAT(repo): add App of Apps self-reference
- Add application.yaml for ArgoCD self-registration
- Update kustomization.yaml to include application.yaml
- Set prune: false to prevent cascade deletion
2026-01-09 21:39:31 +09:00
5f8ea56d95 CHORE(repo): remove application.yaml reference
- Remove application.yaml from kustomization.yaml
- Simplify repository structure
2026-01-09 21:39:30 +09:00
7b884711d7 CHORE(immich): remove immich application
- Delete immich folder (argocd.yaml, helm-values.yaml, manifests/)
- Remove from kustomization.yaml
- Application no longer in use
2026-01-09 21:39:30 +09:00
17cce6ed23 CHORE(crafty): remove crafty application
- Delete crafty folder and all related files
- Remove from kustomization.yaml
2026-01-09 21:38:09 +09:00
79e9fbaeb7 FEAT(mas): add multi-agent system application
- ArgoCD Application for mas namespace
- Deployment with privileged container, hostPID for K8s access
- RBAC: ServiceAccount, ClusterRoles (viewer/writer)
- ExternalSecrets for API keys and PostgreSQL password
- Ingress at mas0213.kro.kr with Authelia SSO
2026-01-05 16:53:39 +09:00
ef3409884c FEAT(repo): add config files for apps repo
- Add application.yaml for ArgoCD app-of-apps
- Add kustomization.yaml with all 8 application components
- Add renovate.json for automated updates
2026-01-05 00:43:51 +09:00