diff --git a/demos/utils/manifests/kind/mbg-config1.yaml b/demos/utils/manifests/kind/mbg-config1.yaml deleted file mode 100644 index 8b7d2ab5f..000000000 --- a/demos/utils/manifests/kind/mbg-config1.yaml +++ /dev/null @@ -1,14 +0,0 @@ -################################################################ -#Name:config -#Desc: Kind config for exposing port 30000 of kind -# cluster -################################################################ -# cluster-config.yml -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: -- role: control-plane - extraPortMappings: - - containerPort: 30000 - hostPort: 30000 - protocol: TCP \ No newline at end of file diff --git a/demos/utils/manifests/kind/mbg-config2.yaml b/demos/utils/manifests/kind/mbg-config2.yaml deleted file mode 100644 index f5a1d3ad7..000000000 --- a/demos/utils/manifests/kind/mbg-config2.yaml +++ /dev/null @@ -1,14 +0,0 @@ -##################################################################### -#Name:config -#Desc: Kind config for exposing port 30000 of kind cluster -# Can access through :30000 or :31000 -##################################################################### -# cluster-config.yml -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: -- role: control-plane - extraPortMappings: - - containerPort: 30000 - hostPort: 31000 - protocol: TCP \ No newline at end of file diff --git a/demos/utils/manifests/kind/mbg-config3.yaml b/demos/utils/manifests/kind/mbg-config3.yaml deleted file mode 100644 index 7e10cb3ba..000000000 --- a/demos/utils/manifests/kind/mbg-config3.yaml +++ /dev/null @@ -1,14 +0,0 @@ -##################################################################### -#Name:config -#Desc: Kind config for exposing port 30000 of kind cluster -# Can access through :30000 or :31000 -##################################################################### -# cluster-config.yml -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: -- role: control-plane - extraPortMappings: - - containerPort: 30000 - hostPort: 32000 - protocol: TCP \ No newline at end of file