add mailserver template to istio [ci skip]
This commit is contained in:
parent
8c178ee665
commit
44113ff1be
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue