Ixxerja permezz ta’


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.

gpu

Required GPU in cores for GPU based app, e.g. 1.0

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

gpu

Required GPU in cores for GPU based app, e.g. 1.0

gpu?: number

Property Value

number

memory

Required memory, e.g. "250Mb"

memory?: string

Property Value

string