mirror of https://github.com/k3s-io/k3s
Merge pull request #14994 from ArtfulCoder/etcdmem
reduce cpu requirement for etcd, after 2 etcd pods are being runpull/6/head
commit
6c48a939be
|
@ -14,6 +14,9 @@
|
|||
"resources": {
|
||||
"limits": {
|
||||
"cpu": "200m"
|
||||
},
|
||||
"requests": {
|
||||
"cpu": "100m"
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
|
|
Loading…
Reference in New Issue