fix(official-bots): point ACCOUNT_SERVICE_URL to correct K8s service name
Service is named nowchess-account-active, not nowchess-account. DNS resolution failed on startup causing official bots to never sync and appear unavailable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -440,7 +440,7 @@ spec:
|
||||
name: ncs-internal-secret
|
||||
key: INTERNAL_SECRET
|
||||
- name: ACCOUNT_SERVICE_URL
|
||||
value: http://nowchess-account:8083
|
||||
value: http://nowchess-account-active:8083
|
||||
- name: MP_JWT_VERIFY_PUBLICKEY_LOCATION
|
||||
value: /secrets/jwt/public.pem
|
||||
- name: MP_JWT_VERIFY_ISSUER
|
||||
|
||||
Reference in New Issue
Block a user