mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-12-01 12:36:13 +01:00
a70e37c9c3
Signed-off-by: Magic_RB <magic_rb@redalder.org>
28 lines
337 B
HCL
28 lines
337 B
HCL
job "gateway-mesh" {
|
|
datacenters = [ "homelab-1", "do-1" ]
|
|
|
|
type = "system"
|
|
|
|
group "envoy" {
|
|
network {
|
|
mode = "bridge"
|
|
|
|
port "mesh_wan" {
|
|
}
|
|
}
|
|
|
|
service {
|
|
name = "mesh-gateway"
|
|
|
|
port = "mesh_wan"
|
|
|
|
connect {
|
|
gateway {
|
|
mesh {}
|
|
proxy {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|