fix: neuron health probes — /health 404, use /mcp endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user