Skip to content

Commit 988f283

Browse files
committed
Change proxy service to NodePort
1 parent 816aebc commit 988f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ EOF
231231
kubectl patch service proxy --type merge --patch \
232232
"$(cat <<EOF
233233
spec:
234-
type: ClusterIP
234+
type: NodePort
235235
EOF
236236
)"
237237

0 commit comments

Comments
 (0)