Remove Gloo NodePort from e2e tests

This commit is contained in:
stefanprodan
2019-07-24 19:44:06 +03:00
parent c4d28e14fc
commit aa6a180bcc
+1 -3
View File
@@ -9,9 +9,7 @@ export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
echo '>>> Installing Gloo'
helm repo add gloo https://storage.googleapis.com/solo-public-helm
helm upgrade -i gloo gloo/gloo --version ${GLOO_VER} \
--wait \
--namespace gloo-system \
--set gatewayProxies.gateway-proxy.service.type=NodePort
--namespace gloo-system
kubectl -n gloo-system rollout status deployment/gloo
kubectl -n gloo-system rollout status deployment/gateway-proxy