spec icon indicating copy to clipboard operation
spec copied to clipboard

Specifying port for inbound connections

Open technosophos opened this issue 5 years ago • 1 comments

Oddly enough, we never specified any way for an operator to specify what should be for the inbound port for a service. A ComponentSchematic lets a developer say what port the container listens on, but how does an operator say what port they want to expose and proxy into the container?

/cc @chzbrgr71

technosophos avatar Aug 29 '19 22:08 technosophos

I think we should design this as soon as possible, service port specify is really important.

What about make it in workloadSettings or just add it in Container port?

wonderflow avatar Sep 03 '19 07:09 wonderflow