data timeout fixes; research agent improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user