ai-code-battle/manifests
jedarden bceb686322 feat(manifests): add bot-seeder to register strategy bots via POST /api/register
The bot-seeder Deployment runs a shell script at startup that:
- Checks GET /api/bots and skips any bot already registered (idempotent)
- Waits for each bot's /health endpoint before registering
- POSTs to /api/register with name, owner=system, and cluster-internal endpoint_url
- Captures the returned shared_secret and upserts acb-bot-<name>-secret via the K8s REST API
- Sleeps forever after all 6 bots are registered

Also adds reloader.stakater.com/auto: "true" to all 6 bot Deployments so Reloader
triggers a rolling restart when the seeder writes/updates their secrets, ensuring
pods pick up the correct BOT_SECRET for HMAC validation.

RBAC: bot-seeder ServiceAccount + Role (get/create/patch secrets) + RoleBinding.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:27:03 -04:00
..
acb-bots feat(manifests): add bot-seeder to register strategy bots via POST /api/register 2026-04-23 23:27:03 -04:00
acb-api-deployment.yml fix(manifests): pin all ronaldraygun images to SHA digests, add image-updater annotations 2026-04-23 23:07:29 -04:00
acb-build.yml fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
acb-eventsensor.yml fix(types): add missing ReplayPlayer import and type annotation for transcript feature 2026-04-22 18:20:56 -04:00
acb-evolved-bot-deploy-workflowtemplate.yml feat(evolver): add workflow completion polling to promoter 2026-04-22 17:46:33 -04:00
acb-evolver-deployment.yml fix(manifests): pin all ronaldraygun images to SHA digests, add image-updater annotations 2026-04-23 23:07:29 -04:00
acb-index-builder-deployment.yml fix(manifests): pin all ronaldraygun images to SHA digests, add image-updater annotations 2026-04-23 23:07:29 -04:00
acb-matchmaker-deployment.yml fix(manifests): pin all ronaldraygun images to SHA digests, add image-updater annotations 2026-04-23 23:07:29 -04:00
acb-metrics-monitoring.yml feat(bot): add Pacifist bot (JavaScript) — non-aggressive attrition archetype 2026-04-22 16:32:50 -04:00
acb-worker-deployment.yml fix(manifests): pin all ronaldraygun images to SHA digests, add image-updater annotations 2026-04-23 23:07:29 -04:00