X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fscripts%2Fnginx.sh;h=96ee7284556b830d95550245fcbcd44303d00b5c;hb=36f141851b23469fa7ca7b0e16bcc34da67f3c08;hp=3e419b94b030f13b3f649b35d81a1f4b47998660;hpb=ac82cd425557326f6b4362d9c6655e6e6038375a;p=iec.git diff --git a/src/foundation/scripts/nginx.sh b/src/foundation/scripts/nginx.sh index 3e419b9..96ee728 100755 --- a/src/foundation/scripts/nginx.sh +++ b/src/foundation/scripts/nginx.sh @@ -61,7 +61,7 @@ done [ $attempts -gt 0 ] || exit 1 svcip=$(kubectl get services nginx -o json | grep clusterIP | cut -f4 -d'"') -sleep 10 +sleep 20 wget -O /dev/null "http://$svcip" kubectl delete -f "${NGINX_APP}" rm -f "${NGINX_APP}"