Skip to content

Commit 53c9935

Browse files
mustard-mhroboquat
authored andcommitted
Add comment for port ranges
1 parent 493d208 commit 53c9935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/supervisor/pkg/ports/ports.go

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ func (pm *Manager) nextState(ctx context.Context) map[uint32]*managedPort {
412412
var public bool
413413
config, kind, exists := pm.configs.Get(mp.LocalhostPort)
414414
if exists {
415+
// Handling configurations of port ranges
415416
mp.Name = config.Name
416417
mp.Description = config.Description
417418
mp.OnExposed = getOnExposedAction(config, mp.LocalhostPort)

0 commit comments

Comments
 (0)