From eb066f5d982edd63c3f039ea2d5a3751aa74efd4 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 23 Jun 2022 09:51:42 -0700 Subject: [PATCH] Increase priority of Traefik --- nomad/traefik/traefik.nomad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nomad/traefik/traefik.nomad b/nomad/traefik/traefik.nomad index b2eb757..09d0afd 100644 --- a/nomad/traefik/traefik.nomad +++ b/nomad/traefik/traefik.nomad @@ -11,10 +11,9 @@ variable "base_hostname" { } job "traefik" { - region = "global" datacenters = ["dc1"] - type = "system" + priority = 100 constraint { attribute = "${node.class}"