Add a resource quota controller to track usage state
This commit is contained in:
parent
8c8ba6eae2
commit
eff83897c1
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "quota",
|
||||
"kind": "ResourceQuota",
|
||||
"apiVersion": "v1beta1",
|
||||
"spec": {
|
||||
"hard": {
|
||||
"memory": "1073741824",
|
||||
"cpu": "20",
|
||||
"pods": "10",
|
||||
"services": "5",
|
||||
"replicationcontrollers":"20",
|
||||
"resourcequotas":"1",
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue