Field | Type | Required | Description | Example |
---|---|---|---|---|
additionalContainerPorts |
List<ContainerPort> | ➖ | Additional ports your server listens on. | |
buildId |
String | ✔️ | System generated id for a build. Can also be user defined when creating a build. | bld-6d4c6a71-2d75-4b42-94e1-f312f57f33c5 |
containerPort |
int | ✔️ | Default port the server listens on. | 4000 |
deploymentTag |
Optional<String> | ➖ | Arbitrary metadata associated with a deployment. | alpha |
env |
List<DeploymentConfigV3Env> | ✔️ | The environment variable that our process will have access to at runtime. | |
experimentalRequestedGPU |
Optional<Double> | ➖ | EXPERIMENTAL - this feature is in closed beta. The number of GPUs allocated to your process. Must be an integer. If not provided, the requested GPU is 0. |
1 |
idleTimeoutEnabled |
boolean | ✔️ | 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. |