From 03495962e05b8cfafe86f51c9b4eb9743178d0c7 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 27 Apr 2026 17:26:58 -0500 Subject: [PATCH] fix(daemon): use neuron-rest cluster service instead of local JVM (--jar was circular proxy) --- .../legion/k8s/neuron-technologies/daemon/statefulset.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/servers/legion/k8s/neuron-technologies/daemon/statefulset.yaml b/servers/legion/k8s/neuron-technologies/daemon/statefulset.yaml index 21d7d14..9be12a8 100644 --- a/servers/legion/k8s/neuron-technologies/daemon/statefulset.yaml +++ b/servers/legion/k8s/neuron-technologies/daemon/statefulset.yaml @@ -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