We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52d75d commit ffbd647Copy full SHA for ffbd647
test/e2e/kind.sh
@@ -24,6 +24,10 @@ apiVersion: kind.x-k8s.io/v1alpha4
24
nodes:
25
- role: control-plane
26
image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
27
+ extraPortMappings:
28
+ - containerPort: 80
29
+ hostPort: 80
30
+ protocol: TCP
31
kubeadmConfigPatches:
32
- |
33
kind: InitConfiguration
0 commit comments