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>
12 lines
394 B
YAML
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
|