lib-db-module env variable
This commit is contained in:
parent
31f830c04b
commit
c85848097e
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user