Increase the CPU and RAM limit for the upgrade responder server
From the monitoring, sometimes the server is killed by OOM which leads to some deep decreases in the graphs. As we are getting more Longhorn nodes now, we should increase the server CPU and RAM Signed-off-by: Phan Le <phan.le@suse.com>
This commit is contained in:
parent
f9794f526a
commit
8124f74317
@ -14,6 +14,14 @@ secret:
|
||||
# Set this to false if you don't want to manage these secrets with helm
|
||||
managed: false
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 400m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
# This configmap contains information about the latest release
|
||||
# of the application that is using this Upgrade Responder
|
||||
configMap:
|
||||
|
Loading…
Reference in New Issue
Block a user