feat: wire official-bots to external tournament server #401

Closed
lq64 wants to merge 2 commits from feat/tournament-bot-env-config into main
Owner

Adds the env vars and secret structure needed for the official-bots pod
to connect to the external tournament server at 141.37.123.132:8086.

  • TOURNAMENT_SERVER_URL and TOURNAMENT_BOT_DIFFICULTY added as plain env
    vars to the nowchess-official-bots rollout
  • TOURNAMENT_BOT_TOKEN wired from a new ncs-tournament-secret SealedSecret
  • Placeholder SealedSecret files added for staging, eu-central-1-prod, and
    htwg-1-prod — must be sealed with a real bot token before deploying

TOURNAMENT_ID is intentionally omitted; it is per-tournament and supplied
at runtime via POST /api/bots/official/join-tournament.

Adds the env vars and secret structure needed for the official-bots pod to connect to the external tournament server at 141.37.123.132:8086. - TOURNAMENT_SERVER_URL and TOURNAMENT_BOT_DIFFICULTY added as plain env vars to the nowchess-official-bots rollout - TOURNAMENT_BOT_TOKEN wired from a new ncs-tournament-secret SealedSecret - Placeholder SealedSecret files added for staging, eu-central-1-prod, and htwg-1-prod — must be sealed with a real bot token before deploying TOURNAMENT_ID is intentionally omitted; it is per-tournament and supplied at runtime via POST /api/bots/official/join-tournament.
lq64 added 1 commit 2026-06-17 02:05:49 +02:00
Adds the env vars and secret structure needed for the official-bots pod
to connect to the external tournament server at 141.37.123.132:8086.

- TOURNAMENT_SERVER_URL and TOURNAMENT_BOT_DIFFICULTY added as plain env
  vars to the nowchess-official-bots rollout
- TOURNAMENT_BOT_TOKEN wired from a new ncs-tournament-secret SealedSecret
- Placeholder SealedSecret files added for staging, eu-central-1-prod, and
  htwg-1-prod — must be sealed with a real bot token before deploying

TOURNAMENT_ID is intentionally omitted; it is per-tournament and supplied
at runtime via POST /api/bots/official/join-tournament.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lq64 added 1 commit 2026-06-17 02:13:57 +02:00
chore: set tournament bot difficulty to hard
Delete PR Branch On Close / delete-branch (pull_request) Has been skipped
738406c4e5
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Janis closed this pull request 2026-06-21 12:35:43 +02:00
Some checks are pending
Delete PR Branch On Close / delete-branch (pull_request) Has been skipped

Pull request closed

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#401