mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Reduce Cluster Autoscaler cpu request to 10m
This commit is contained in:
parent
6ac3d5b530
commit
51958d5c49
@ -43,7 +43,7 @@
|
||||
# TODO: Make resource requirements depend on the size of the cluster
|
||||
"resources": {
|
||||
"requests": {
|
||||
"cpu": "20m",
|
||||
"cpu": "10m",
|
||||
"memory": "300Mi"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user