move Langfuse to shared lng cluster, add trace instrumentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user