Skip to content

Commit

Permalink
Update deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Halil-Ibrahim-Kasapoglu authored Oct 20, 2024
1 parent 296ecd9 commit 84dfa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
kubectl rollout status deployment/backend --timeout=5m --namespace=default
# Wait for a few moments to allow Kubernetes to stabilize
echo "Waiting for the pods to stabilize..."
sleep 30 # Wait for 30 seconds
sleep 120
# Check frontend pods for any waiting reasons
echo "Checking the status of the frontend pods:"
FRONTEND_WAITING_REASONS=\$(kubectl get pods -l app=frontend --namespace=default -o jsonpath='{.items[*].status.containerStatuses[*].state.waiting.reason}')
Expand Down

0 comments on commit 84dfa75

Please sign in to comment.