set up CPU and Memory resources
Signed-off-by: Haiyan Meng <hmeng@redhat.com>
This commit is contained in:
parent
b98900eb55
commit
839463d837
4 changed files with 74 additions and 28 deletions
|
@ -29,12 +29,12 @@
|
|||
],
|
||||
"resources": {
|
||||
"cpu": {
|
||||
"limits": 50000000,
|
||||
"requests": 20000000
|
||||
"limits": 3,
|
||||
"requests": 2
|
||||
},
|
||||
"memory": {
|
||||
"limits": 500000000000,
|
||||
"requests": 200000000000
|
||||
"limits": 50000000,
|
||||
"requests": 2000000
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue