mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
reduce cpu requirement for etcd, after 2 etcd pods are being run
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
"resources": {
|
||||
"limits": {
|
||||
"cpu": "200m"
|
||||
},
|
||||
"requests": {
|
||||
"cpu": "100m"
|
||||
}
|
||||
},
|
||||
"command": [
|
||||
|
Reference in New Issue
Block a user