2026-05-21 04:08:58 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: trading-dashboard-config
|
|
|
|
|
namespace: customer1
|
|
|
|
|
data:
|
2026-05-25 07:55:15 +00:00
|
|
|
DB_HOST: "siriusdevops-pgdb-rw.customer1.svc.cluster.local"
|
2026-05-21 04:08:58 +00:00
|
|
|
DB_PORT: "5432"
|
|
|
|
|
DB_NAME: "trading_data"
|
2026-05-27 20:35:47 +00:00
|
|
|
DATA_SERVICE_URL: "http://trading-data-service.customer1.svc.cluster.local"
|
|
|
|
|
EXECUTE_SERVICE_URL: "http://trading-execute-service.customer1.svc.cluster.local"
|
|
|
|
|
NEWS_SERVICE_URL: "http://trading-news-service.customer1.svc.cluster.local"
|