mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Increase CPU limit to 1000 millicores to support 100kb/s throughput.
This commit is contained in:
parent
c8cded58d7
commit
19f14ad8e2
@ -31,6 +31,6 @@ spec:
|
||||
- name: MEMORY_REQUEST
|
||||
value: 200Mi
|
||||
- name: CPU_LIMIT
|
||||
value: 300m
|
||||
value: 1000m
|
||||
- name: MEMORY_LIMIT
|
||||
value: 500Mi
|
||||
|
Loading…
Reference in New Issue
Block a user