1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update cpu request limit and remove cpu limit

This commit is contained in:
Yuvraj 2020-05-21 10:56:35 -07:00 committed by GitHub
parent 7f2be174fb
commit 30c2e879e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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""