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:
@@ -442,7 +442,7 @@ spec:
|
|||||||
- name: ACCOUNT_SERVICE_URL
|
- name: ACCOUNT_SERVICE_URL
|
||||||
value: http://nowchess-account-active:8083
|
value: http://nowchess-account-active:8083
|
||||||
- name: TOURNAMENT_SERVICE_URL
|
- name: TOURNAMENT_SERVICE_URL
|
||||||
value: http://nowchess-tournament-active:8086
|
value: http://nowchess-tournament-active:8088
|
||||||
- name: TOURNAMENT_SELF_URL
|
- name: TOURNAMENT_SELF_URL
|
||||||
value: ""
|
value: ""
|
||||||
- name: MP_JWT_VERIFY_PUBLICKEY_LOCATION
|
- name: MP_JWT_VERIFY_PUBLICKEY_LOCATION
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ patches:
|
|||||||
- name: nowchess-official-bots
|
- name: nowchess-official-bots
|
||||||
env:
|
env:
|
||||||
- name: TOURNAMENT_SERVICE_URL
|
- name: TOURNAMENT_SERVICE_URL
|
||||||
value: http://nowchess-tournament-active:8086
|
value: http://nowchess-tournament-active:8088
|
||||||
- name: TOURNAMENT_SELF_URL
|
- name: TOURNAMENT_SELF_URL
|
||||||
value: http://141.147.25.239:8086
|
value: http://141.147.25.239
|
||||||
- name: TOURNAMENT_BOT_TOKEN
|
- name: TOURNAMENT_BOT_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -65,7 +65,7 @@ patches:
|
|||||||
- name: nowchess-tournament
|
- name: nowchess-tournament
|
||||||
env:
|
env:
|
||||||
- name: TOURNAMENT_SELF_URL
|
- name: TOURNAMENT_SELF_URL
|
||||||
value: http://141.147.25.239:8086
|
value: http://141.147.25.239
|
||||||
target:
|
target:
|
||||||
kind: Rollout
|
kind: Rollout
|
||||||
name: nowchess-tournament
|
name: nowchess-tournament
|
||||||
|
|||||||
Reference in New Issue
Block a user