fix(daemon): use neuron-rest cluster service instead of local JVM (--jar was circular proxy)

This commit is contained in:
Will Anderson
2026-04-27 17:26:58 -05:00
parent 498979ec90
commit 03495962e0
@@ -28,6 +28,13 @@ spec:
- name: neuron-daemon
image: registry.neuralplatform.ai/neuron-technologies/neuron-daemon:0f5dbd6a
imagePullPolicy: Always
command:
- neuron
args:
- "--data-dir"
- "/data"
- "--api-url"
- "http://neuron-rest.neuron-prod.svc.cluster.local:8081"
ports:
- name: ws
containerPort: 7749