diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index 85a79299d6..d223c2105a 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -43,12 +43,11 @@ extraArgs: [] # - --webhooktimeout=4 resources: -# limits: -# cpu: 1000m -# memory: 500Mi -# requests: -# cpu: 100m -# memory: 100Mi + limits: + memory: 128Mi + requests: + cpu: 100m + memory: 50Mi ## Liveness Probe. The block is directly forwarded into the deployment, so you can use whatever livenessProbe configuration you want. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ diff --git a/definitions/install.yaml b/definitions/install.yaml index ae70f0426f..51f598071e 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -738,7 +738,7 @@ spec: - "--filterK8Resources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,*][Binding,*,*][ReplicaSet,*,*]" # customize webhook timeout #- "--webhooktimeout=4" - - "-v=6" + - "-v=2" ports: - containerPort: 443 env: @@ -746,7 +746,7 @@ spec: value: init-config resources: requests: - memory: "64Mi" + memory: "50Mi" cpu: "100m" limits: - memory: "128Mi"" + memory: "128Mi"