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 02e1d1c commit e7cd520
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 @@ -76,7 +76,7 @@ jobs:
- name: Deploy nginx
run: |
kubectl run nginx-app --image=nginx
kubectl run nginx-app --image=nginx --port=80
kubectl expose deployment nginx-app --type=NodePort --name=nginx-http
kubectl describe services nginx-http
Expand Down

0 comments on commit e7cd520

Please sign in to comment.