data timeout fixes; research agent improvements

This commit is contained in:
2026-04-24 20:43:42 -04:00
parent 1800363566
commit 319d81c41f
37 changed files with 672 additions and 280 deletions

View File

@@ -13,6 +13,10 @@ spec:
protocol: TCP
port: 3000
targetPort: http
- name: zmq-events
protocol: TCP
port: 5571
targetPort: 5571
type: ClusterIP
---
apiVersion: apps/v1
@@ -64,6 +68,9 @@ spec:
- name: http
containerPort: 3000
protocol: TCP
- name: zmq-events
containerPort: 5571
protocol: TCP
volumeMounts:
- name: config

View File

@@ -69,6 +69,8 @@ spec:
ports:
- protocol: TCP
port: 3000
- protocol: TCP
port: 5571
# External HTTPS (for exchange APIs, LLM APIs)
- to:
- ipBlock:
@@ -102,3 +104,5 @@ spec:
ports:
- protocol: TCP
port: 3000
- protocol: TCP
port: 5571