gcloud-lab/apps/base/customer1/trading-platform/configmaps/dashboard-config.yaml
Hermes Agent 77a5a99c5f config(dashboard): add ports to service URLs
Service-to-service calls need explicit ports. Without them, dashboard
proxy was hitting port 80 which doesn't exist on backend services.
2026-05-27 20:20:38 +00:00

12 lines
464 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: trading-dashboard-config
namespace: customer1
data:
DB_HOST: "siriusdevops-pgdb-rw.customer1.svc.cluster.local"
DB_PORT: "5432"
DB_NAME: "trading_data"
DATA_SERVICE_URL: "http://trading-data-service.customer1.svc.cluster.local:8001"
EXECUTE_SERVICE_URL: "http://trading-execute-service.customer1.svc.cluster.local:8000"
NEWS_SERVICE_URL: "http://trading-news-service.customer1.svc.cluster.local:8003"