We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbc47a commit 22f7339Copy full SHA for 22f7339
1 file changed
install.sh
@@ -445,7 +445,9 @@ function install_gateway() {
445
--set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true \
446
--set pilot.env.PILOT_ENABLE_QUIC_LISTENERS=true \
447
--wait $options
448
- helm upgrade --install istio-gateway istio/gateway -n istio-gateway --create-namespace --wait $options
+ helm upgrade --install istio-gateway istio/gateway -n istio-gateway \
449
+ --set service.type=ClusterIP \
450
+ --create-namespace --wait $options
451
echo -e "\\033[32m---> Gateway install completed!\\033[0m"
452
}
453
0 commit comments