lib-db-module env variable
This commit is contained in:
parent
31f830c04b
commit
c85848097e
@ -39,7 +39,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: BACKEND_API_INTERNAL_RMQ_HOST
|
- name: BACKEND_API_INTERNAL_RMQ_HOST
|
||||||
value: "rabbitmq.app-notifications.svc.cluster.local"
|
value: "rabbitmq.app-notifications.svc.cluster.local"
|
||||||
- name: BACKEND_API_INTERNAL_DB_HOST
|
- name: DB_HOST
|
||||||
value: "mysql.app-notifications.svc.cluster.local"
|
value: "mysql.app-notifications.svc.cluster.local"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: "INFO"
|
value: "INFO"
|
||||||
|
|||||||
@ -37,7 +37,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8100
|
- containerPort: 8100
|
||||||
env:
|
env:
|
||||||
- name: BACKEND_API_DB_HOST
|
- name: DB_HOST
|
||||||
value: "mysql.app-notifications.svc.cluster.local"
|
value: "mysql.app-notifications.svc.cluster.local"
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: "INFO"
|
value: "INFO"
|
||||||
|
|||||||
@ -40,7 +40,7 @@ spec:
|
|||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
name: metrics
|
name: metrics
|
||||||
env:
|
env:
|
||||||
- name: SERVICE_DRQ_DB_HOST
|
- name: DB_HOST
|
||||||
value: "mysql.app-notifications.svc.cluster.local"
|
value: "mysql.app-notifications.svc.cluster.local"
|
||||||
- name: BACKEND_API_URL
|
- name: BACKEND_API_URL
|
||||||
value: "http://backend-api-internal.app-notifications.svc.cluster.local:8101/internal/receive-notifications"
|
value: "http://backend-api-internal.app-notifications.svc.cluster.local:8101/internal/receive-notifications"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user