diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-09 10:51:58 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-09 10:51:58 +0100 |
commit | 8d178815d6c6223127a4e0314b80c45a92de05ad (patch) | |
tree | bd9942c310c92aa35fff1a75c2fb5ca638d03e09 /app/frontend/deploy/frontend-tricot.hcl | |
parent | 2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0 (diff) | |
download | infrastructure-8d178815d6c6223127a4e0314b80c45a92de05ad.tar.gz infrastructure-8d178815d6c6223127a4e0314b80c45a92de05ad.zip |
Only one frontend
Diffstat (limited to 'app/frontend/deploy/frontend-tricot.hcl')
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index bd9d6d3..cf66621 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -3,18 +3,7 @@ job "frontend" { type = "service" priority = 90 - update { - max_parallel = 1 - stagger = "1m" - } - group "tricot" { - count = 3 - constraint { - operator = "distinct_hosts" - value = "true" - } - network { port "http_port" { static = 80 } port "https_port" { static = 443 } @@ -47,7 +36,7 @@ job "frontend" { data = <<EOH TRICOT_NODE_NAME={{ env "attr.unique.hostname" }} TRICOT_LETSENCRYPT_EMAIL=alex@adnab.me -RUST_LOG=tricot=debug +RUST_LOG=tricot=trace EOH destination = "secrets/env" env = true |