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 744049d commit fd0aa55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Deploy nginx
run: |
kubectl run nginx-app --image=nginx --port=80
kubectl wait pod --all --for=condition=Ready
kubectl get pods
kubectl expose deployment nginx-app --type=NodePort
kubectl describe services nginx-app
Expand Down

0 comments on commit fd0aa55

Please sign in to comment.