Merge pull request #40905 from Pneumaticat/patch-2

kubernetes-dashboard: raise memory limit to 250MB
This commit is contained in:
Jaka Hudoklin 2018-05-22 09:42:36 +02:00 committed by GitHub
commit 856ffc6380
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";