A container port object represents the transport configruations for how your server will listen.
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. |