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

Increase Kyverno memory request and limit (#2862)

* bump memory request and limit

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* remove quotes

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2021-12-21 15:11:28 +08:00 committed by GitHub
parent db030f918d
commit 4a027f3bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -86,10 +86,10 @@ extraArgs: []
resources:
limits:
memory: 256Mi
memory: 384Mi
requests:
cpu: 100m
memory: 50Mi
memory: 128Mi
initResources:
limits:

View file

@ -7785,10 +7785,10 @@ spec:
timeoutSeconds: 5
resources:
limits:
memory: 256Mi
memory: 384Mi
requests:
cpu: 100m
memory: 50Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:

View file

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