move Langfuse to shared lng cluster, add trace instrumentation

This commit is contained in:
2026-04-16 00:56:39 -03:00
parent 004c4a9e65
commit 22c924d3b0
9 changed files with 119 additions and 151 deletions

View File

@@ -23,7 +23,6 @@ docker_build(
sync('../mcp_servers', '/app/mcp_servers'),
sync('../agents', '/app/agents'),
sync('../api', '/app/api'),
sync('../irrop', '/app/irrop'),
],
)
@@ -43,8 +42,7 @@ docker_build(
# --- Resources ---
k8s_resource('postgres')
k8s_resource('langfuse', resource_deps=['postgres'], port_forwards=['3000:3000'])
k8s_resource('api', resource_deps=['langfuse'])
k8s_resource('api', resource_deps=['postgres'])
k8s_resource('ui', resource_deps=['api'], port_forwards=['8040:80'])
# Group infra resources