diff --git a/config.yaml b/config.yaml new file mode 100644 index 000000000..efa360551 --- /dev/null +++ b/config.yaml @@ -0,0 +1,11 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +nodes: +- role: control-plane + extraPortMappings: + - containerPort: 30950 + hostPort: 30950 + listenAddress: "127.0.0.1" + protocol: TCP + +