disable crowdsec as metabase cpu usage is crazy [ci skip]
This commit is contained in:
parent
02b992d69d
commit
b9870d8f06
1 changed files with 2 additions and 2 deletions
|
|
@ -331,8 +331,8 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
|
||||||
setvar:tx.block_harvester_ip=1,\
|
setvar:tx.block_harvester_ip=1,\
|
||||||
setvar:tx.block_spammer_ip=1"
|
setvar:tx.block_spammer_ip=1"
|
||||||
EOT
|
EOT
|
||||||
plugins = "crowdsec"
|
# plugins = "crowdsec" # metabase causing high cpu?
|
||||||
# plugins = ""
|
plugins = ""
|
||||||
lua-shared-dicts = "crowdsec_cache: 50m"
|
lua-shared-dicts = "crowdsec_cache: 50m"
|
||||||
http-snippet : <<-EOT
|
http-snippet : <<-EOT
|
||||||
proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=static-cache:2m max_size=100m inactive=7d use_temp_path=off;
|
proxy_cache_path /tmp/nginx-cache levels=1:2 keys_zone=static-cache:2m max_size=100m inactive=7d use_temp_path=off;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue