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:
parent
7f2be174fb
commit
30c2e879e2
1 changed files with 3 additions and 4 deletions
|
@ -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""
|
||||
|
|
Loading…
Add table
Reference in a new issue