diff --git a/jobs/ingress/traefik.hcl b/jobs/ingress/traefik.hcl index 3693f5c..8574520 100644 --- a/jobs/ingress/traefik.hcl +++ b/jobs/ingress/traefik.hcl @@ -51,7 +51,7 @@ job "traefik" { service { name = "traefik-http" - provider = "nomad" + provider = "consul" port = "https" } @@ -67,6 +67,10 @@ job "traefik" { "/storage/nomad/traefik/access.log:/access.log", ] } + resources { + cpu = 500 + memory = 1024 + } template { data = <