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
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