Skip to content

Commit

Permalink
exposing port 80 in kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
gniltaws committed Dec 18, 2024
1 parent 1921e71 commit fb00230
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ nodes:
extraPortMappings:
- containerPort: 5000
hostPort: 5000
protocol: TCP
- containerPort: 80
hostPort: 80
protocol: TCP

0 comments on commit fb00230

Please sign in to comment.