Skip to content

Commit ffbd647

Browse files
Add Host to Container port mapping for KinD Cluster
1 parent f52d75d commit ffbd647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/kind.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ apiVersion: kind.x-k8s.io/v1alpha4
2424
nodes:
2525
- role: control-plane
2626
image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
27+
extraPortMappings:
28+
- containerPort: 80
29+
hostPort: 80
30+
protocol: TCP
2731
kubeadmConfigPatches:
2832
- |
2933
kind: InitConfiguration

0 commit comments

Comments
 (0)