Disable scenarios with high false positives.
This commit is contained in:
parent
8cc7e531cc
commit
6b56676468
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ spec:
|
||||||
value: "crowdsecurity/nginx"
|
value: "crowdsecurity/nginx"
|
||||||
- name: PARSERS
|
- name: PARSERS
|
||||||
value: "crowdsecurity/cri-logs"
|
value: "crowdsecurity/cri-logs"
|
||||||
|
# Too many false positives from just browsing a website.
|
||||||
|
- name: DISABLE_SCENARIOS
|
||||||
|
value: "crowdsecurity/http-probing crowdsecurity/http-crawl-non_statics crowdsecurity/http-generic-bf"
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
Reference in a new issue