mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Convert rethinkdb example to v1beta3
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"apiVersion": "v1beta3",
|
||||
"kind": "ResourceQuota",
|
||||
"name": "quota",
|
||||
"metadata": {
|
||||
"name": "quota",
|
||||
},
|
||||
"spec": {
|
||||
"hard": {
|
||||
"memory": "1073741824",
|
||||
"memory": "1Gi",
|
||||
"cpu": "20",
|
||||
"pods": "10",
|
||||
"services": "5",
|
||||
|
Reference in New Issue
Block a user