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 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-21 21:34:05 +02:00
parent a84f62f972
commit 6abed9bb6e
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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: