mirror of https://github.com/k3s-io/k3s
merge the v1beta3 json file in the resource quota example
parent
e5b9f7421e
commit
cf8426d844
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"id": "quota",
|
"apiVersion": "v1beta3",
|
||||||
"kind": "ResourceQuota",
|
"kind": "ResourceQuota",
|
||||||
"apiVersion": "v1beta1",
|
"metadata": {
|
||||||
|
"name": "quota"
|
||||||
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"hard": {
|
"hard": {
|
||||||
"memory": "1073741824",
|
"memory": "1Gi",
|
||||||
"cpu": "20",
|
"cpu": "20",
|
||||||
"pods": "10",
|
"pods": "10",
|
||||||
"services": "5",
|
"services": "5",
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"apiVersion": "v1beta3",
|
|
||||||
"kind": "ResourceQuota",
|
|
||||||
"metadata": {
|
|
||||||
"name": "quota"
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"hard": {
|
|
||||||
"memory": "1Gi",
|
|
||||||
"cpu": "20",
|
|
||||||
"pods": "10",
|
|
||||||
"services": "5",
|
|
||||||
"replicationcontrollers":"20",
|
|
||||||
"resourcequotas":"1",
|
|
||||||
"secrets":"10",
|
|
||||||
"persistentvolumeclaims":"10"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue