fix(ingress): route /api/bots to official-bots service #403

Merged
Janis merged 1 commits from fix/ingress-api-bots-route into main 2026-06-17 08:58:50 +02:00

1 Commits

Author SHA1 Message Date
Janis b1967deef9 fix(ingress): route /api/bots to official-bots service
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
/api/bots/official/join-tournament returned 404 because no ingress
rule matched the prefix; requests fell through to the /api catch-all
and hit nowchess-core (8080), which has no such endpoint.

Add /api/bots Prefix rule -> nowchess-official-bots-active:8088 in
all three environments (staging, eu-central-1-prod, htwg-1-prod).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 08:58:16 +02:00