Field | Type | Required | Description | Example |
---|---|---|---|---|
AdditionalContainerPorts |
List<ContainerPort> | ➖ | Additional ports your server listens on. | |
ContainerPort |
int | ✔️ | Default port the server listens on. | 4000 |
Env |
List<DeploymentConfigV2Env> | ✔️ | The environment variable that our process will have access to at runtime. | |
IdleTimeoutEnabled |
bool | ✔️ | Option to shut down processes that have had no new connections or rooms for five minutes. |
|
RequestedCPU |
double | ✔️ | The number of cores allocated to your process. | 0.5 |
RequestedMemoryMB |
double | ✔️ | The amount of memory allocated to your process. | 1024 |
RoomsPerProcess |
int | ✔️ | Governs how many rooms can be scheduled in a process. | 3 |
TransportType |
TransportType | ✔️ | Transport type specifies the underlying communication protocol to the exposed port. |