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 e7cd520 commit 744049d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Deploy nginx
run: |
kubectl run nginx-app --image=nginx --port=80
kubectl expose deployment nginx-app --type=NodePort --name=nginx-http
kubectl describe services nginx-http
kubectl get pods
kubectl expose deployment nginx-app --type=NodePort
kubectl describe services nginx-app
- name: Export logs
if: always()
Expand Down

0 comments on commit 744049d

Please sign in to comment.