Skip to content

Commit

Permalink
revert kind config changes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Dec 13, 2024
1 parent ee23669 commit d58aff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/config/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ nodes:
node-labels: "ingress-ready=true"
extraPortMappings:
- containerPort: 80
hostPort: 9080
hostPort: 80
protocol: TCP
- containerPort: 443
hostPort: 6443
hostPort: 443
protocol: TCP
- role: worker
- role: worker
Expand Down

0 comments on commit d58aff9

Please sign in to comment.