rancher v2.8
Project.spec.containerDefaultResourceLimit
ContainerDefaultResourceLimit is a specification for the default LimitRange for the namespace. See https://kubernetes.io/docs/concepts/policy/limit-range/ for more details.
| Field / Type | Description |
|---|---|
limitsCpu | LimitsCPU is the CPU limits across all pods in a non-terminal state. |
limitsMemory | LimitsMemory is the memory limits across all pods in a non-terminal state. |
requestsCpu | RequestsCPU is the CPU requests limit across all pods in a non-terminal state. |
requestsMemory | RequestsMemory is the memory requests limit across all pods in a non-terminal state. |