From 30c2e879e25328cee8f372cd47dfcdbf548f1414 Mon Sep 17 00:00:00 2001 From: Yuvraj <10830562+evalsocket@users.noreply.github.com> Date: Thu, 21 May 2020 10:56:35 -0700 Subject: [PATCH] update cpu request limit and remove cpu limit --- definitions/install.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index bbc8acf29d..001994bbfb 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -735,7 +735,7 @@ spec: image: nirmata/kyverno:v1.1.5 args: - "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*]" - # customize webhook timout + # customize webhook timeout #- "--webhooktimeout=4" ports: - containerPort: 443 @@ -745,7 +745,6 @@ spec: resources: requests: memory: "64Mi" - cpu: "250m" + cpu: "100m" limits: - memory: "128Mi" - cpu: "500m" + memory: "128Mi""