mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #14994 from ArtfulCoder/etcdmem
reduce cpu requirement for etcd, after 2 etcd pods are being run
This commit is contained in:
commit
6c48a939be
@ -14,6 +14,9 @@
|
|||||||
"resources": {
|
"resources": {
|
||||||
"limits": {
|
"limits": {
|
||||||
"cpu": "200m"
|
"cpu": "200m"
|
||||||
|
},
|
||||||
|
"requests": {
|
||||||
|
"cpu": "100m"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"command": [
|
"command": [
|
||||||
|
Loading…
Reference in New Issue
Block a user