From 3e6a7be274d7f3041ec748b68b26db85cc211601 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 21:29:40 +0200 Subject: [PATCH] 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 --- nowchess/htwg-1-prod/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index 94d3fce..98af1f9 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -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