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 23d64b8 commit 2462f08
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ jobs:
name: empty
namespace: metallb-system
EOF
- name: Deploy Echo Server
run: |
kubectl run echo --image=inanimate/echo-server --replicas=3 --port=8080
kubectl wait pod --all --for=condition=Ready -n default
kubectl expose deployment echo --type=LoadBalancer
kubectl get pods
kubectl get services
kubectl describe services echo
kubectl get services | grep echo | awk '{ print $4 }'
curl -m 5 http://$(kubectl get services | grep echo | awk '{ print $4 }'):80
- name: Deploy nginx
run: |
Expand Down

0 comments on commit 2462f08

Please sign in to comment.