kubernetes-dashboard: raise memory limit to 250MB
On my cluster, I often get OOM errors that cause the dashboard to crash just by going over 50MB.
This commit is contained in:
parent
ed82674954
commit
b6f2e75d75
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in {
|
|||
resources = {
|
||||
limits = {
|
||||
cpu = "100m";
|
||||
memory = "50Mi";
|
||||
memory = "250Mi";
|
||||
};
|
||||
requests = {
|
||||
cpu = "100m";
|
||||
|
|
Loading…
Reference in a new issue