fix(deploy): extend rollout timeout to 8m for GKE Autopilot cold starts
This commit is contained in:
@@ -233,7 +233,7 @@ jobs:
|
||||
echo "Verifying neuron-mcp-${SLOT} is healthy..."
|
||||
kubectl rollout status deployment/"neuron-mcp-${SLOT}" \
|
||||
--namespace=neuron-prod \
|
||||
--timeout=3m
|
||||
--timeout=8m
|
||||
|
||||
echo "Active service endpoints:"
|
||||
kubectl get endpoints neuron-mcp -n neuron-prod
|
||||
|
||||
Reference in New Issue
Block a user