A container port object represents the transport configruations for how your server will listen.
Field | Type | Required | Description | Example |
---|---|---|---|---|
TransportType |
components.TransportType | ✔️ | Transport type specifies the underlying communication protocol to the exposed port. | |
Port |
int | ✔️ | N/A | 8000 |
Name |
string | ✔️ | Readable name for the port. | default |