ContainerResources interface

Container App container resource requirements.

Properties

cpu

Required CPU in cores, e.g. 0.5

ephemeralStorage

Ephemeral Storage, e.g. "1Gi" NOTE: This property will not be serialized. It can only be populated by the server.

memory

Required memory, e.g. "250Mb"

Property Details

cpu

Required CPU in cores, e.g. 0.5

cpu?: number

Property Value

number

ephemeralStorage

Ephemeral Storage, e.g. "1Gi" NOTE: This property will not be serialized. It can only be populated by the server.

ephemeralStorage?: string

Property Value

string

memory

Required memory, e.g. "250Mb"

memory?: string

Property Value

string