From 521a39fa04bb39bd8f9baf97ab1e7bb57de846fe Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Sun, 21 Jun 2026 20:59:39 +0200 Subject: [PATCH] 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 --- nowchess/base/nowchess-rollouts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index b13b0ad..65a4692 100755 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -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