Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.23 KB

ContainerPort.md

File metadata and controls

12 lines (8 loc) · 2.23 KB

ContainerPort

A container port object represents the transport configruations for how your server will listen.

Fields

Field Type Required Description Example
name String ✔️ Readable name for the port. default
port int ✔️ N/A 8000
transportType TransportType ✔️ Transport type specifies the underlying communication protocol to the exposed port.