fix: neuron probes — use tcpSocket, /mcp returns 406 on plain GET

This commit is contained in:
Will Anderson
2026-04-06 04:17:11 -05:00
parent c138982fcf
commit 3ba1bf5c08
+2 -4
View File
@@ -49,14 +49,12 @@ spec:
memory: 1Gi
cpu: 500m
livenessProbe:
httpGet:
path: /mcp
tcpSocket:
port: mcp
initialDelaySeconds: 15
periodSeconds: 30
readinessProbe:
httpGet:
path: /mcp
tcpSocket:
port: mcp
initialDelaySeconds: 10
periodSeconds: 10