diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-30 14:10:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-05-30 14:10:32 +0200 |
commit | 66a496a37a16d6a38f8e6334e766a9c8be5f76b7 (patch) | |
tree | 98c1ecbc880d84237def3cd987c6de2aeb5cfe2e /nomad | |
parent | c746be70a90c30fa4f84b9a6a6ba1ac24d9d7a81 (diff) | |
download | infrastructure-66a496a37a16d6a38f8e6334e766a9c8be5f76b7.tar.gz infrastructure-66a496a37a16d6a38f8e6334e766a9c8be5f76b7.zip |
WIP consul backup
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/email.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 2a70920..75849cd 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -74,8 +74,7 @@ job "email" { port = "imap_port" address_mode = "host" tags = [ - "dovecot", - "(diplonat (tcp_port 993))" + "dovecot" ] check { type = "tcp" @@ -96,6 +95,7 @@ job "email" { address_mode = "host" tags = [ "dovecot", + "(diplonat (tcp_port 993))" ] check { |