mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-25 14:06:46 +00:00
16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"id": "quota",
|
|
"kind": "ResourceQuota",
|
|
"apiVersion": "v1beta1",
|
|
"spec": {
|
|
"hard": {
|
|
"memory": "1073741824",
|
|
"cpu": "20",
|
|
"pods": "10",
|
|
"services": "5",
|
|
"replicationcontrollers":"20",
|
|
"resourcequotas":"1",
|
|
},
|
|
}
|
|
}
|