From 4a027f3bd7510ad6e88b85eb99ef602267b8301e Mon Sep 17 00:00:00 2001 From: shuting Date: Tue, 21 Dec 2021 15:11:28 +0800 Subject: [PATCH] Increase Kyverno memory request and limit (#2862) * bump memory request and limit Signed-off-by: ShutingZhao * remove quotes Signed-off-by: ShutingZhao --- charts/kyverno/values.yaml | 4 ++-- config/install.yaml | 4 ++-- config/manifest/deployment.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index 0c29a0294a..e4e2c39343 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -86,10 +86,10 @@ extraArgs: [] resources: limits: - memory: 256Mi + memory: 384Mi requests: cpu: 100m - memory: 50Mi + memory: 128Mi initResources: limits: diff --git a/config/install.yaml b/config/install.yaml index 9738d64713..6c3311770c 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -7785,10 +7785,10 @@ spec: timeoutSeconds: 5 resources: limits: - memory: 256Mi + memory: 384Mi requests: cpu: 100m - memory: 50Mi + memory: 128Mi securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/config/manifest/deployment.yaml b/config/manifest/deployment.yaml index 8acccfbd38..154c57eacd 100755 --- a/config/manifest/deployment.yaml +++ b/config/manifest/deployment.yaml @@ -103,10 +103,10 @@ spec: - all resources: requests: - memory: "50Mi" - cpu: "100m" + memory: 128Mi + cpu: 100m limits: - memory: "256Mi" + memory: 384Mi livenessProbe: httpGet: path: /health/liveness