disable crowdsec as metabase cpu usage is crazy [ci skip]

This commit is contained in:
Viktor Barzin 2025-05-10 18:54:53 +00:00
parent 02b992d69d
commit b9870d8f06
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -331,8 +331,8 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
setvar:tx.block_harvester_ip=1,\
setvar:tx.block_spammer_ip=1"
EOT
plugins = "crowdsec"
# plugins = ""
# plugins = "crowdsec" # metabase causing high cpu?
plugins = ""
lua-shared-dicts = "crowdsec_cache: 50m"
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;