Skip to content

Commit

Permalink
remove kind port mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Feb 14, 2024
1 parent a825617 commit df64dba
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions utils/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit df64dba

Please sign in to comment.