From 15b228d1981a80434116f754e0f8f39e8cd63814 Mon Sep 17 00:00:00 2001 From: Mihailo Date: Fri, 7 Mar 2025 13:15:21 +0100 Subject: [PATCH] Add config file for KIND cluster --- config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.yaml 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 + +