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:
Kevin Liu 2018-05-21 21:07:24 -04:00 committed by GitHub
parent ed82674954
commit b6f2e75d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ in {
resources = {
limits = {
cpu = "100m";
memory = "50Mi";
memory = "250Mi";
};
requests = {
cpu = "100m";