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