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:
Janis Eccarius
2026-06-21 20:59:39 +02:00
parent f2aeea1b40
commit 521a39fa04
+1 -1
View File
@@ -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