ai-code-battle/manifests/acb-bots/namespace.yml
jedarden 1c61d80bd4 feat(manifests): add acb-bots namespace with K8s manifests for 6 strategy bots
Creates manifests/acb-bots/ staging directory for the acb-bots namespace,
containing Deployment + Service + ExternalSecret for all 6 strategy bots
(random, gatherer, rusher, guardian, swarm, hunter) plus namespace and
docker-hub-registry ExternalSecret.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:22:09 -04:00

12 lines
394 B
YAML

# acb-bots: Namespace for AI Code Battle strategy bot deployments
# Separate from ai-code-battle namespace for clean isolation of bot services.
# Bot endpoints: http://bot-<name>.acb-bots.svc.cluster.local
#
# Staging file — sync to declarative-config/k8s/iad-acb/acb-bots/
---
apiVersion: v1
kind: Namespace
metadata:
name: acb-bots
labels:
app.kubernetes.io/part-of: ai-code-battle