Skip to content
Snippets Groups Projects
Commit 78876a20 authored by ludo8147's avatar ludo8147
Browse files

without timeout

parent 2f386bbe
No related branches found
No related tags found
No related merge requests found
Pipeline #68724 passed
...@@ -172,9 +172,6 @@ deploy_to_staging: ...@@ -172,9 +172,6 @@ deploy_to_staging:
done done
echo "All manifests applied successfully." echo "All manifests applied successfully."
echo "Waiting for deployment to be ready..."
kubectl rollout status deployment/webservice -n $KUBE_NAMESPACE --timeout=300s
echo "Checking pod logs..." echo "Checking pod logs..."
kubectl logs -l app=webservice -n $KUBE_NAMESPACE --tail=50 kubectl logs -l app=webservice -n $KUBE_NAMESPACE --tail=50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment