Skip to content

Commit 22f7339

Browse files
committed
chore(istio): change gateway service type
1 parent 4fbc47a commit 22f7339

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,9 @@ function install_gateway() {
445445
--set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true \
446446
--set pilot.env.PILOT_ENABLE_QUIC_LISTENERS=true \
447447
--wait $options
448-
helm upgrade --install istio-gateway istio/gateway -n istio-gateway --create-namespace --wait $options
448+
helm upgrade --install istio-gateway istio/gateway -n istio-gateway \
449+
--set service.type=ClusterIP \
450+
--create-namespace --wait $options
449451
echo -e "\\033[32m---> Gateway install completed!\\033[0m"
450452
}
451453

0 commit comments

Comments
 (0)