Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Jan 31, 2024
1 parent 6b6e81e commit 8e2c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
kubectl expose deployment nginx --type=NodePort --port=80
kubectl get services
kubectl describe services nginx
curl $(kubectl get services | grep nginx | awk '{ print $3 }'):80
curl -m 5 $(kubectl get services | grep nginx | awk '{ print $3 }'):80
- name: Export logs
if: always()
Expand Down

0 comments on commit 8e2c562

Please sign in to comment.