Skip to content

Commit 04951ab

Browse files
committed
remove unnecessary new property
1 parent 1d823d8 commit 04951ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/manifest.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ type Port struct {
230230
// container port. It is populated by the local runner
231231
// TODO: We might want to move this to the runner itself.
232232
HostPort int
233-
234-
// Local indicates if this port should only be bound to localhost (127.0.0.1)
235-
Local bool
236233
}
237234

238235
// NodeRef describes a reference from one service to another

0 commit comments

Comments
 (0)