From ecbe9ea69c543ab332ac6c39cf9ba441ead882c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Wed, 12 Mar 2025 04:59:07 +0100 Subject: [PATCH] Fix http port 433 => 443 --- hack/allocate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/allocate.sh b/hack/allocate.sh index 68e85c9449..3c901e7c32 100755 --- a/hack/allocate.sh +++ b/hack/allocate.sh @@ -65,7 +65,7 @@ nodes: - containerPort: 80 hostPort: 80 listenAddress: "127.0.0.1" - - containerPort: 433 + - containerPort: 443 hostPort: 443 listenAddress: "127.0.0.1" - containerPort: 30022