fix: neuron health probes — /health 404, use /mcp endpoint

This commit is contained in:
Will Anderson
2026-04-06 04:14:46 -05:00
parent 49b5604860
commit c138982fcf
+4 -4
View File
@@ -50,15 +50,15 @@ spec:
cpu: 500m cpu: 500m
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health path: /mcp
port: mcp port: mcp
initialDelaySeconds: 10 initialDelaySeconds: 15
periodSeconds: 30 periodSeconds: 30
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /mcp
port: mcp port: mcp
initialDelaySeconds: 5 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
volumes: volumes:
- name: data - name: data