spec
spec copied to clipboard
Specifying port for inbound connections
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
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?