disable resolver directive as that may be contributing to the dns issues in the ingress [ci skip]
This commit is contained in:
parent
ff6294ce02
commit
ea3bb869e6
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ resource "kubernetes_config_map" "ingress_nginx_controller" {
|
||||||
lua-shared-dicts = "crowdsec_cache: 50m"
|
lua-shared-dicts = "crowdsec_cache: 50m"
|
||||||
server-snippet : <<-EOT
|
server-snippet : <<-EOT
|
||||||
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt"; # Captcha
|
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt"; # Captcha
|
||||||
resolver local=on ipv6=off;
|
#resolver local=on ipv6=off valid=600s;
|
||||||
EOT
|
EOT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue