From c138982fcf4d679c5cf2882b4573f3cd5bb60d34 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 6 Apr 2026 04:14:46 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20neuron=20health=20probes=20=E2=80=94=20/?= =?UTF-8?q?health=20404,=20use=20/mcp=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- servers/legion/apps/neuron.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servers/legion/apps/neuron.yaml b/servers/legion/apps/neuron.yaml index bc9e149..9afd948 100644 --- a/servers/legion/apps/neuron.yaml +++ b/servers/legion/apps/neuron.yaml @@ -50,15 +50,15 @@ spec: cpu: 500m livenessProbe: httpGet: - path: /health + path: /mcp port: mcp - initialDelaySeconds: 10 + initialDelaySeconds: 15 periodSeconds: 30 readinessProbe: httpGet: - path: /health + path: /mcp port: mcp - initialDelaySeconds: 5 + initialDelaySeconds: 10 periodSeconds: 10 volumes: - name: data