add listener routes for internal service proxying (#793)

This commit is contained in:
Adil Hafeez 2026-03-01 23:51:14 -08:00
parent 198c912202
commit c2480639b2
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
13 changed files with 219 additions and 2 deletions

View file

@ -55,6 +55,10 @@ listeners:
port: 8001
router: plano_orchestrator_v1
address: 0.0.0.0
# Routes forward path-prefix traffic to internal services (e.g., Jaeger UI)
routes:
- path_prefix: /traces
upstream: http://jaeger:16686
agents:
- id: rag_agent
description: virtual assistant for retrieval augmented generation tasks