add mailserver template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:24:58 +00:00
parent 8c178ee665
commit 44113ff1be
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,10 @@ variable "sasl_passwd" {} # For sendgrid i.e relayhost
resource "kubernetes_namespace" "mailserver" {
metadata {
name = "mailserver"
# connecting via localhost does not seem to work?
# labels = {
# "istio-injection" : "enabled"
# }
}
}

Binary file not shown.