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 a595817 commit cacc6bd
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 @@ -78,7 +78,7 @@ jobs:
run: |
kubectl create deployment nginx --image=nginx
kubectl wait pod --all --for=condition=Ready
kubectl expose deployment nginx --type=LoadBalancer --port=8080
kubectl expose deployment nginx --type=NodePort --port=80
kubectl describe services nginx
- name: Export logs
Expand Down

0 comments on commit cacc6bd

Please sign in to comment.