Skip to content

Commit e01d660

Browse files
committed
test: Configure port mappings in kind
1 parent ebb6988 commit e01d660

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

test/setup/kind/v1.31/kind-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ nodes:
66
image: kindest/node:v1.31.9
77
- role: worker
88
image: kindest/node:v1.31.9
9+
extraPortMappings:
10+
- containerPort: 80
11+
hostPort: 80
12+
listenAddress: "0.0.0.0"
13+
- containerPort: 443
14+
hostPort: 443
15+
listenAddress: "0.0.0.0"

test/setup/kind/v1.32/kind-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ nodes:
66
image: kindest/node:v1.32.5
77
- role: worker
88
image: kindest/node:v1.32.5
9+
extraPortMappings:
10+
- containerPort: 80
11+
hostPort: 80
12+
listenAddress: "0.0.0.0"
13+
- containerPort: 443
14+
hostPort: 443
15+
listenAddress: "0.0.0.0"

test/setup/kind/v1.33/kind-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ nodes:
66
image: kindest/node:v1.33.1
77
- role: worker
88
image: kindest/node:v1.33.1
9+
extraPortMappings:
10+
- containerPort: 80
11+
hostPort: 80
12+
listenAddress: "0.0.0.0"
13+
- containerPort: 443
14+
hostPort: 443
15+
listenAddress: "0.0.0.0"

0 commit comments

Comments
 (0)