Skip to content

Commit 83ac769

Browse files
committed
do not expose the envoy port for gateway containers
1 parent 99b1dce commit 83ac769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/gateway/envoy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ func createGateway(clusterName string, nameserver string, localAddress string, l
204204
}
205205
}
206206
}
207-
args = append(args, fmt.Sprintf("--publish=%d/tcp", envoyAdminPort))
208207
args = append(args, "--publish-all")
209208

210209
// Construct the multi-step command

0 commit comments

Comments
 (0)