From 4f40f6d8b43987bdf8435c71e2f3bb3d834284ef Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:40:23 +0200 Subject: [PATCH] [apm-server] increase memory limit (#664) --- apm-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-server/values.yaml b/apm-server/values.yaml index 2d2b93144..5c1b926bd 100755 --- a/apm-server/values.yaml +++ b/apm-server/values.yaml @@ -97,7 +97,7 @@ resources: memory: "100Mi" limits: cpu: "1000m" - memory: "200Mi" + memory: "512Mi" # Custom service account override that the pod will use serviceAccount: ""