From 007900e01b8c7becf03f2b22878e12a6c8d2e494 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Wed, 27 May 2026 20:41:01 -0400 Subject: [PATCH] fix(news-service): mount news-app-password secret for scraper DB Adds NEWS_DB_PASSWORD env var from existing news-app-password secret so the secondary DB connection to news_app_db can authenticate. Co-authored-by: Hermes DevOps --- .../customer1/trading-platform/news-service/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/base/customer1/trading-platform/news-service/deployment.yaml b/apps/base/customer1/trading-platform/news-service/deployment.yaml index dda5c98..02d0851 100644 --- a/apps/base/customer1/trading-platform/news-service/deployment.yaml +++ b/apps/base/customer1/trading-platform/news-service/deployment.yaml @@ -58,6 +58,11 @@ spec: secretKeyRef: name: trading-db-credentials key: password + - name: NEWS_DB_PASSWORD + valueFrom: + secretKeyRef: + name: news-app-password + key: password startupProbe: httpGet: path: /health