From 7993c1d2685e1a8012e4c4b18262709a7a289197 Mon Sep 17 00:00:00 2001 From: he2ss Date: Tue, 30 Apr 2024 10:41:00 +0200 Subject: [PATCH] set higher resources limits (#162) * set higher resources limits --- charts/crowdsec/values.yaml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/charts/crowdsec/values.yaml b/charts/crowdsec/values.yaml index dc64596..1286b6d 100644 --- a/charts/crowdsec/values.yaml +++ b/charts/crowdsec/values.yaml @@ -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: @@ -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 @@ -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.)