ResourcesObject

ResourcesObject
ResourcesObject

Maximum limits for CPU and memory resources and the requested initial resources.

JSON Example
{
    "limits": {
        "cpu": "4000m",
        "memory": "8192Mi"
    },
    "requests": {
        "cpu": "1000m",
        "memory": "2048Mi"
    }
}
limits
Optional

Maximum limits for CPU and memory resources and the requested initial resources.

requests
Optional

Maximum limits for CPU and memory resources and the requested initial resources.