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 memory: 1Gi
cpu: 500m cpu: 500m
livenessProbe: livenessProbe:
httpGet: tcpSocket:
path: /mcp
port: mcp port: mcp
initialDelaySeconds: 15 initialDelaySeconds: 15
periodSeconds: 30 periodSeconds: 30
readinessProbe: readinessProbe:
httpGet: tcpSocket:
path: /mcp
port: mcp port: mcp
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10