Files
GitOps/nowchess
Janis b1967deef9
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
fix(ingress): route /api/bots to official-bots service
/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
..