From 6abed9bb6e4b846ca93ceeafec72b2377aac45c6 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 21:34:05 +0200 Subject: [PATCH] feat(nowchess): add TOURNAMENT_EXTERNAL_SERVERS env var to tournament rollout htwg-1-prod seeds 141.37.123.132:8086 (primary bridge server) on startup so the registry is populated without manual API calls after pod restarts. Co-Authored-By: Claude Sonnet 4.6 --- nowchess/base/nowchess-rollouts.yaml | 2 ++ nowchess/htwg-1-prod/kustomization.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index c6a202a..e328071 100755 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -893,6 +893,8 @@ spec: key: ACCOUNT_DB_URL - name: TOURNAMENT_SELF_URL value: "" + - name: TOURNAMENT_EXTERNAL_SERVERS + value: "" - name: MP_JWT_VERIFY_PUBLICKEY_LOCATION value: /secrets/jwt/public.pem volumeMounts: diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index d5289e4..f5ebf59 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -66,6 +66,8 @@ patches: env: - name: TOURNAMENT_SELF_URL value: http://141.147.25.239 + - name: TOURNAMENT_EXTERNAL_SERVERS + value: http://141.37.123.132:8086 target: kind: Rollout name: nowchess-tournament