Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 988f283

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
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)