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
|
@ -70,7 +70,7 @@ in {
|
||||||
resources = {
|
resources = {
|
||||||
limits = {
|
limits = {
|
||||||
cpu = "100m";
|
cpu = "100m";
|
||||||
memory = "50Mi";
|
memory = "250Mi";
|
||||||
};
|
};
|
||||||
requests = {
|
requests = {
|
||||||
cpu = "100m";
|
cpu = "100m";
|
||||||
|
|
Loading…
Reference in New Issue