Skip to content

Commit 5c2f263

Browse files
committed
[werft] Fix nodeport selection for registry
1 parent ce3ad30 commit 5c2f263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.werft/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ export async function deployToDev(deploymentConfig: DeploymentConfig, workspaceF
256256
const { version, destname, namespace, domain, url, wsCluster, withWsCluster } = deploymentConfig;
257257
const [wsdaemonPort, registryNodePort] = findFreeHostPorts([
258258
{ start: 10000, end: 11000 },
259-
{ start: 20000, end: 21000 },
260259
{ start: 30000, end: 31000 },
261260
], 'hostports');
262261
const helmInstallName = "gitpod";

0 commit comments

Comments
 (0)