diff --git a/apps/base/crowdsec/release.yaml b/apps/base/crowdsec/release.yaml
index d8ea75e4ee6134409bbc4cf9cd6feb21715500ba..ca8e8860046baf708258f198588cd5ce845066df 100644
--- a/apps/base/crowdsec/release.yaml
+++ b/apps/base/crowdsec/release.yaml
@@ -41,6 +41,13 @@ data:
   values.yaml: |
     container_runtime: containerd
     agent:
+      resources:
+        limits:
+          cpu: '1'
+          memory: 100Mi
+        requests:
+          cpu: 150m
+          memory: 100Mi
       # To specify each pod you want to process it logs (pods present in the node)
       acquisition:
         # The namespace where the pod is located
@@ -58,6 +65,13 @@ data:
       - name: COLLECTIONS
         value: "crowdsecurity/nginx"
     lapi:
+      resources:
+        limits:
+          cpu: '1'
+          memory: 100Mi
+        requests:
+          cpu: 150m
+          memory: 100Mi
       env:
         # As it's a test, we don't want to share signals with CrowdSec, so disable the Online API.
         - name: DISABLE_ONLINE_API