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 <noreply@anthropic.com>
This commit is contained in:
@@ -44,7 +44,7 @@ patches:
|
|||||||
- name: TOURNAMENT_SERVICE_URL
|
- name: TOURNAMENT_SERVICE_URL
|
||||||
value: http://nowchess-tournament-active:8086
|
value: http://nowchess-tournament-active:8086
|
||||||
- name: TOURNAMENT_SELF_URL
|
- name: TOURNAMENT_SELF_URL
|
||||||
value: http://141.37.123.132:8086
|
value: http://141.147.25.239:8086
|
||||||
- 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.37.123.132:8086
|
value: http://141.147.25.239:8086
|
||||||
target:
|
target:
|
||||||
kind: Rollout
|
kind: Rollout
|
||||||
name: nowchess-tournament
|
name: nowchess-tournament
|
||||||
|
|||||||
Reference in New Issue
Block a user