Run traefik on multiple hosts

This commit is contained in:
IamTheFij 2024-01-04 13:24:15 -08:00
parent 0bd995ec2b
commit 6b9533ef71
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ all:
read_only: false read_only: false
pi4: pi4:
nomad_node_role: both nomad_node_role: both
nomad_node_class: ingress
nomad_reserved_memory: 512 nomad_reserved_memory: 512
nomad_meta: nomad_meta:
hw_transcode.device: /dev/video11 hw_transcode.device: /dev/video11

View File

@ -20,7 +20,7 @@ job "traefik" {
} }
group "traefik" { group "traefik" {
count = 1 count = 2
network { network {
port "web" { port "web" {