Skip to content
Snippets Groups Projects
Verified Commit b8a6fe96 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(crowdsec): Add missing resource definition

parent 50b9d141
No related branches found
Tags 37.383.0
No related merge requests found
...@@ -41,6 +41,13 @@ data: ...@@ -41,6 +41,13 @@ data:
values.yaml: | values.yaml: |
container_runtime: containerd container_runtime: containerd
agent: 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) # To specify each pod you want to process it logs (pods present in the node)
acquisition: acquisition:
# The namespace where the pod is located # The namespace where the pod is located
...@@ -58,6 +65,13 @@ data: ...@@ -58,6 +65,13 @@ data:
- name: COLLECTIONS - name: COLLECTIONS
value: "crowdsecurity/nginx" value: "crowdsecurity/nginx"
lapi: lapi:
resources:
limits:
cpu: '1'
memory: 100Mi
requests:
cpu: 150m
memory: 100Mi
env: env:
# As it's a test, we don't want to share signals with CrowdSec, so disable the Online API. # As it's a test, we don't want to share signals with CrowdSec, so disable the Online API.
- name: DISABLE_ONLINE_API - name: DISABLE_ONLINE_API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment