deploy(api-gateway): add MONITORING_SERVICE_URL env var

Point API gateway to monitoring-service:50057 for training metrics proxy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-03 10:16:03 +01:00
parent 6d24820c1f
commit 1b7f7683bd

View File

@@ -78,6 +78,8 @@ spec:
value: "http://ml-training-service:50053"
- name: TRADING_AGENT_SERVICE_URL
value: "http://trading-agent-service:50055"
- name: MONITORING_SERVICE_URL
value: "http://monitoring-service:50057"
- name: RUST_LOG
value: info
- name: OTEL_EXPORTER_OTLP_ENDPOINT