fix(daemon): use neuron-rest cluster service instead of local JVM (--jar was circular proxy)
This commit is contained in:
@@ -28,6 +28,13 @@ spec:
|
|||||||
- name: neuron-daemon
|
- name: neuron-daemon
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-daemon:0f5dbd6a
|
image: registry.neuralplatform.ai/neuron-technologies/neuron-daemon:0f5dbd6a
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
command:
|
||||||
|
- neuron
|
||||||
|
args:
|
||||||
|
- "--data-dir"
|
||||||
|
- "/data"
|
||||||
|
- "--api-url"
|
||||||
|
- "http://neuron-rest.neuron-prod.svc.cluster.local:8081"
|
||||||
ports:
|
ports:
|
||||||
- name: ws
|
- name: ws
|
||||||
containerPort: 7749
|
containerPort: 7749
|
||||||
|
|||||||
Reference in New Issue
Block a user