disable resolver directive as that may be contributing to the dns issues in the ingress [ci skip]

This commit is contained in:
Viktor Barzin 2023-11-26 12:06:38 +00:00
parent ff6294ce02
commit ea3bb869e6

View file

@ -329,7 +329,7 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
lua-shared-dicts = "crowdsec_cache: 50m"
server-snippet : <<-EOT
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt"; # Captcha
resolver local=on ipv6=off;
#resolver local=on ipv6=off valid=600s;
EOT
}
}