Skip to content

Commit a351afd

Browse files
authored
Fix http port 433 => 443 (#2742)
1 parent a051e82 commit a351afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/allocate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ nodes:
6565
- containerPort: 80
6666
hostPort: 80
6767
listenAddress: "127.0.0.1"
68-
- containerPort: 433
68+
- containerPort: 443
6969
hostPort: 443
7070
listenAddress: "127.0.0.1"
7171
- containerPort: 30022

0 commit comments

Comments
 (0)