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 <hermes@devops.local>
This commit is contained in:
sirius0xdev 2026-05-27 20:41:01 -04:00 committed by GitHub
parent ba7d6de7c8
commit 007900e01b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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