Skip to content

Commit f0779c0

Browse files
committed
Change kind config to use higher level port numbers
1 parent 6456d84 commit f0779c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kind-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ nodes:
1313
node-labels: "ingress-ready=true"
1414
extraPortMappings:
1515
- containerPort: 80
16-
hostPort: 80
16+
hostPort: 8080
1717
protocol: TCP
1818
- containerPort: 443
19-
hostPort: 443
19+
hostPort: 8443
2020
protocol: TCP

0 commit comments

Comments
 (0)