Skip to content

Commit

Permalink
set higher resources limits (#162)
Browse files Browse the repository at this point in the history
* set higher resources limits
  • Loading branch information
he2ss authored Apr 30, 2024
1 parent 865b1f5 commit 7993c1d
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions charts/crowdsec/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,13 @@ lapi:

## Ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources: {}
# limits:
# memory: 2Gi
# requests:
# cpu: 150m
# memory: 1700Mi
resources:
limits:
memory: 500Mi
cpu: 500m
requests:
cpu: 500m
memory: 500Mi

# -- Enable ingress object
ingress:
Expand All @@ -204,12 +205,6 @@ lapi:
host: "" # metabase.example.com
# tls: {}

resources:
limits:
memory: 100Mi
requests:
cpu: 150m
memory: 100Mi
# -- Enable persistent volumes
persistentVolume:
# -- Persistent volume for data folder. Stores e.g. registered bouncer api keys
Expand Down Expand Up @@ -310,10 +305,11 @@ agent:

resources:
limits:
memory: 100Mi
memory: 250Mi
cpu: 500m
requests:
cpu: 150m
memory: 100Mi
cpu: 500m
memory: 250Mi
# -- Enable persistent volumes
persistentVolume:
# -- Persistent volume for config folder. Stores local config (parsers, scenarios etc.)
Expand Down

0 comments on commit 7993c1d

Please sign in to comment.