mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Convert resource-quota example to v1beta3
This commit is contained in:
parent
7df01300ea
commit
125074f1d7
15
examples/resourcequota/v1beta3/resource-quota.json
Normal file
15
examples/resourcequota/v1beta3/resource-quota.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"apiVersion": "v1beta3",
|
||||||
|
"kind": "ResourceQuota",
|
||||||
|
"name": "quota",
|
||||||
|
"spec": {
|
||||||
|
"hard": {
|
||||||
|
"memory": "1073741824",
|
||||||
|
"cpu": "20",
|
||||||
|
"pods": "10",
|
||||||
|
"services": "5",
|
||||||
|
"replicationcontrollers":"20",
|
||||||
|
"resourcequotas":"1",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user