Skip to content

Commit

Permalink
Remove Gloo NodePort from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jul 24, 2019
1 parent c4d28e1 commit aa6a180
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e-gloo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa6a180

Please sign in to comment.