Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grunberger <danielgrunberger@armosec.io>
  • Loading branch information
Daniel Grunberger committed Dec 12, 2023
1 parent 2527dfb commit 02fdfca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,15 @@ kubevuln:

resources:
requests:
cpu: 300m
memory: 1000Mi
# Consider to increase ephemeral-storage requests in order to avoid pod eviction due to huge images
# More details: https://hub.armosec.io/docs/limitations
# https://github.com/kubescape/kubescape/issues/389
ephemeral-storage: 5Gi
limits:
cpu: 1500m
memory: 5000Mi
ephemeral-storage: 6Gi
config:
maxImageSize: 5368709120 # set max image size for scanning, It is recommended to use the same as the requested ephemeral-storage
Expand Down Expand Up @@ -550,8 +554,8 @@ storage:

resources:
requests:
cpu: 5m
memory: 10Mi
cpu: 50m
memory: 400Mi
limits:
cpu: 150m
memory: 1500Mi
Expand Down Expand Up @@ -601,7 +605,7 @@ nodeAgent:

resources:
requests:
cpu: 10m
cpu: 100m
memory: 180Mi
limits:
cpu: 500m
Expand Down

0 comments on commit 02fdfca

Please sign in to comment.