Run traefik on multiple hosts
This commit is contained in:
parent
0bd995ec2b
commit
6b9533ef71
@ -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
|
||||||
|
@ -20,7 +20,7 @@ job "traefik" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group "traefik" {
|
group "traefik" {
|
||||||
count = 1
|
count = 2
|
||||||
|
|
||||||
network {
|
network {
|
||||||
port "web" {
|
port "web" {
|
||||||
|
Loading…
Reference in New Issue
Block a user