Change host_network for ingress blowhole to default

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-06-19 01:00:50 +02:00
parent ca2f480255
commit 880c3c6f2e
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -25,19 +25,16 @@ job "ingress" {
network {
mode = "bridge"
port "http" {
host_network = "mesh"
static = 80
to = 80
}
port "https" {
host_network = "mesh"
static = 443
to = 443
}
port "imap" {
host_network = "mesh"
static = 143
to = 143
}