diff options
Diffstat (limited to 'app/frontend/deploy/frontend-traefik.hcl')
-rw-r--r-- | app/frontend/deploy/frontend-traefik.hcl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/frontend/deploy/frontend-traefik.hcl b/app/frontend/deploy/frontend-traefik.hcl index a9548f5..8fc0fe1 100644 --- a/app/frontend/deploy/frontend-traefik.hcl +++ b/app/frontend/deploy/frontend-traefik.hcl @@ -3,18 +3,7 @@ job "frontend" { type = "service" priority = 80 - update { - max_parallel = 1 - stagger = "1m" - } - group "traefik" { - count = 3 - constraint { - operator = "distinct_hosts" - value = "true" - } - network { port "http_port" { static = 80 } port "https_port" { static = 443 } |