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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user