Resource Quota Definition: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page Resource Quota Definition File to Resource Quota Definition without leaving a redirect) |
|||
Line 6: | Line 6: | ||
* [[OpenShift Concepts#Resource_Quota|OpenShift Concepts]] | * [[OpenShift Concepts#Resource_Quota|OpenShift Concepts]] | ||
* [[OpenShift_Configuration#OpenShift_Objects|OpenShift Configuration]] | |||
=Overview= | =Overview= |
Revision as of 21:48, 31 January 2018
External
Internal
Overview
Example
{ "apiVersion": "v1", "kind": "ResourceQuota", "metadata": { "name": "quota" }, "spec": { "hard": { "memory": "1Gi", "cpu": "20", "pods": "10", "services": "5", "replicationcontrollers":"5", "resourcequotas":"1" } } }