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 { network {
mode = "bridge" mode = "bridge"
port "http" { port "http" {
host_network = "mesh"
static = 80 static = 80
to = 80 to = 80
} }
port "https" { port "https" {
host_network = "mesh"
static = 443 static = 443
to = 443 to = 443
} }
port "imap" { port "imap" {
host_network = "mesh"
static = 143 static = 143
to = 143 to = 143
} }