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:
parent
db030f918d
commit
4a027f3bd7
3 changed files with 7 additions and 7 deletions
|
@ -86,10 +86,10 @@ extraArgs: []
|
|||
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 384Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
initResources:
|
||||
limits:
|
||||
|
|
|
@ -7785,10 +7785,10 @@ spec:
|
|||
timeoutSeconds: 5
|
||||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
memory: 384Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 50Mi
|
||||
memory: 128Mi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue