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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user