lib-db-module env variable

This commit is contained in:
Florian 2025-11-06 20:35:20 +01:00
parent 31f830c04b
commit c85848097e
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ spec:
env:
- name: BACKEND_API_INTERNAL_RMQ_HOST
value: "rabbitmq.app-notifications.svc.cluster.local"
- name: BACKEND_API_INTERNAL_DB_HOST
- name: DB_HOST
value: "mysql.app-notifications.svc.cluster.local"
- name: LOG_LEVEL
value: "INFO"

View File

@ -37,7 +37,7 @@ spec:
ports:
- containerPort: 8100
env:
- name: BACKEND_API_DB_HOST
- name: DB_HOST
value: "mysql.app-notifications.svc.cluster.local"
- name: LOG_LEVEL
value: "INFO"

View File

@ -40,7 +40,7 @@ spec:
- containerPort: 9000
name: metrics
env:
- name: SERVICE_DRQ_DB_HOST
- name: DB_HOST
value: "mysql.app-notifications.svc.cluster.local"
- name: BACKEND_API_URL
value: "http://backend-api-internal.app-notifications.svc.cluster.local:8101/internal/receive-notifications"