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 b3d2516 commit 51076e8
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 @@ -146,7 +146,7 @@ jobs:
EOF
kubectl wait pod --all --for=condition=Ready -n default
kubectl get services
# timeout 15s bash -c 'until kubectl get service/foo-service --output=jsonpath='{{.status.loadBalancer}}' | grep "ingress"; do : ; done'
timeout 20s bash -c 'until kubectl get service/foo-service --output=jsonpath='{.status.loadBalancer}' | grep "ingress"; do : ; done'
LB_IP=$(kubectl get svc/foo-service -o=jsonpath='{.status.loadBalancer.ingress[0].ip}')
curl -m 5 ${LB_IP}:5678
Expand Down

0 comments on commit 51076e8

Please sign in to comment.