Files
applications/kustomization.yaml
Mayne0213 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

15 lines
309 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- gitea/argocd.yaml
- homer/argocd.yaml
- docusaurus/argocd.yaml
- code-server/argocd.yaml
- umami/argocd.yaml
- headlamp/argocd.yaml
- immich/argocd.yaml
- crafty/argocd.yaml
- mas/argocd.yaml