Convert rethinkdb example to v1beta3

This commit is contained in:
Dawn Chen
2015-03-04 15:10:38 -08:00
parent 125074f1d7
commit 67be6bfeb8
6 changed files with 194 additions and 2 deletions

View File

@@ -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",