diff --git a/development/kind-with-ingress-support.yaml b/development/kind-with-ingress-support.yaml deleted file mode 100644 index 89ded6b2..00000000 --- a/development/kind-with-ingress-support.yaml +++ /dev/null @@ -1,17 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: - - role: control-plane - kubeadmConfigPatches: - - | - kind: InitConfiguration - nodeRegistration: - kubeletExtraArgs: - node-labels: "ingress-ready=true" - extraPortMappings: - - containerPort: 80 - hostPort: 80 - protocol: TCP - - containerPort: 443 - hostPort: 443 - protocol: TCP