fix(htwg-1): correct TOURNAMENT_SELF_URL to htwg-1 own IP

Was pointing at third-party server (141.37.123.132). Should be htwg-1's
own tournament service IP so remote clusters can proxy mutations back here.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-21 21:29:40 +02:00
parent b82a0919e9
commit 3e6a7be274
+2 -2
View File
@@ -44,7 +44,7 @@ patches:
- name: TOURNAMENT_SERVICE_URL
value: http://nowchess-tournament-active:8086
- name: TOURNAMENT_SELF_URL
value: http://141.37.123.132:8086
value: http://141.147.25.239:8086
- name: TOURNAMENT_BOT_TOKEN
valueFrom:
secretKeyRef:
@@ -65,7 +65,7 @@ patches:
- name: nowchess-tournament
env:
- name: TOURNAMENT_SELF_URL
value: http://141.37.123.132:8086
value: http://141.147.25.239:8086
target:
kind: Rollout
name: nowchess-tournament