diff --git a/modules/kubernetes/crowdsec/values.yaml b/modules/kubernetes/crowdsec/values.yaml index e569be7a..f644d5f9 100644 --- a/modules/kubernetes/crowdsec/values.yaml +++ b/modules/kubernetes/crowdsec/values.yaml @@ -17,7 +17,10 @@ agent: # value: "true" # As we are running Nginx, we want to install the Nginx collection - name: COLLECTIONS - value: "crowdsecurity/nginx" + value: "crowdsecurity/nginx crowdsecurity/base-http-scenarios crowdsecurity/http-cve" + - name: SCENARIOS + value: "" + # value: "crowdsecurity/http-crawl-aggressive" # Mount custom scenarios into /etc/crowdsec/scenarios extraVolumeMounts: - name: custom-scenarios