From a84f62f972e226cc0771b9eac6a2dc604f064691 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 21:31:16 +0200 Subject: [PATCH] fix(nowchess): correct tournament service port to 8088 and SELF_URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TOURNAMENT_SERVICE_URL was 8086 but K8s service and app both use 8088 - TOURNAMENT_SELF_URL on htwg-1 should be base ingress URL (port 80), not a direct service port — ingress routes /api/tournament to tournament service Co-Authored-By: Claude Sonnet 4.6 --- nowchess/base/nowchess-rollouts.yaml | 2 +- nowchess/htwg-1-prod/kustomization.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index b837a85..c6a202a 100755 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -442,7 +442,7 @@ spec: - name: ACCOUNT_SERVICE_URL value: http://nowchess-account-active:8083 - name: TOURNAMENT_SERVICE_URL - value: http://nowchess-tournament-active:8086 + value: http://nowchess-tournament-active:8088 - name: TOURNAMENT_SELF_URL value: "" - name: MP_JWT_VERIFY_PUBLICKEY_LOCATION diff --git a/nowchess/htwg-1-prod/kustomization.yaml b/nowchess/htwg-1-prod/kustomization.yaml index 98af1f9..d5289e4 100755 --- a/nowchess/htwg-1-prod/kustomization.yaml +++ b/nowchess/htwg-1-prod/kustomization.yaml @@ -42,9 +42,9 @@ patches: - name: nowchess-official-bots env: - name: TOURNAMENT_SERVICE_URL - value: http://nowchess-tournament-active:8086 + value: http://nowchess-tournament-active:8088 - name: TOURNAMENT_SELF_URL - value: http://141.147.25.239:8086 + value: http://141.147.25.239 - name: TOURNAMENT_BOT_TOKEN valueFrom: secretKeyRef: @@ -65,7 +65,7 @@ patches: - name: nowchess-tournament env: - name: TOURNAMENT_SELF_URL - value: http://141.147.25.239:8086 + value: http://141.147.25.239 target: kind: Rollout name: nowchess-tournament