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
Owner

/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

/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>
Janis added 1 commit 2026-06-17 08:58:43 +02:00
fix(ingress): route /api/bots to official-bots service
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
b1967deef9
/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>
Janis merged commit dbf9a551a7 into main 2026-06-17 08:58:50 +02:00
Janis deleted branch fix/ingress-api-bots-route 2026-06-17 08:58:51 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowChess/GitOps#403