74dd054a36
Adds complete k8s manifests, ArgoCD app, and Terraform namespace resources for the Neuron swarm self-improvement loop system. Each variant (alpha, beta, gamma) gets its own isolated namespace, PVC, MCP/REST deployments, ExternalSecrets from Vault, RBAC for CI, and a SQLite clone Job template for session startup.
10 lines
158 B
YAML
10 lines
158 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: swarm-alpha
|
|
labels:
|
|
app: neuron-technologies
|
|
tier: swarm
|
|
variant: alpha
|
|
managed-by: argocd
|