Skip to content

Instantly share code, notes, and snippets.

@alosadagrande
Created May 31, 2018 21:59
Show Gist options
  • Save alosadagrande/7fb8e014d9cc4079a371274e2800e60d to your computer and use it in GitHub Desktop.
Save alosadagrande/7fb8e014d9cc4079a371274e2800e60d to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"kind": "ResourceQuota",
"metadata": {
"name": "test-quota"
},
"spec": {
"hard": {
"memory": "1Gi",
"cpu": "2",
"pods": "3",
"services": "5",
"resourcequotas":"1",
"persistentvolumeclaims":"10"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment