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:
parent
ba7d6de7c8
commit
007900e01b
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: trading-db-credentials
|
name: trading-db-credentials
|
||||||
key: password
|
key: password
|
||||||
|
- name: NEWS_DB_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: news-app-password
|
||||||
|
key: password
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /health
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue