fix: neuron probes — use tcpSocket, /mcp returns 406 on plain GET
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user