From 8bf2d551cbe00e360ad0003fe107d92c3e93e635 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Wed, 14 Feb 2024 16:07:12 +0100 Subject: [PATCH] remove kind port mappings --- utils/kind-cluster.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/utils/kind-cluster.yaml b/utils/kind-cluster.yaml index f1403b909..4697238ef 100644 --- a/utils/kind-cluster.yaml +++ b/utils/kind-cluster.yaml @@ -4,14 +4,3 @@ apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane image: kindest/node:v1.27.3 - extraPortMappings: - - containerPort: 30950 - hostPort: 9080 - - containerPort: 30951 - hostPort: 9443 - - containerPort: 80 - hostPort: 9081 - protocol: TCP - - containerPort: 443 - hostPort: 9444 - protocol: TCP