fix(nowchess): correct tournament service port to 8088 and SELF_URL

- 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 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-21 21:31:16 +02:00
parent 3e6a7be274
commit a84f62f972
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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