makde mail ingress unprotected to allow mail to come in [ci skip]

This commit is contained in:
Viktor Barzin 2025-01-16 22:08:39 +00:00
parent 7e1a28fb27
commit bf5c1b9774

View file

@ -488,6 +488,5 @@ module "ingress" {
name = "mail"
service_name = "mailserver"
tls_secret_name = var.tls_secret_name
protected = true
}