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 09160ca commit 4ac662e
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 @@ -114,7 +114,7 @@ jobs:
run: |
kubectl create deployment nginx --image=nginx --replicas=3
kubectl wait pod --all --for=condition=Ready -n default
kubectl expose deployment nginx --name=nginx --type=LoadBalancer
kubectl expose deployment nginx --name=nginx --type=LoadBalancer --port=80
kubectl get pods
kubectl get services
kubectl describe services nginx
Expand Down

0 comments on commit 4ac662e

Please sign in to comment.