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 88aba518e3
commit b2bff819e0
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

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