From 5699d71c47118d530f48146ff2e80b59dab5ff48 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 25 Dec 2021 20:07:32 +0100 Subject: [PATCH] Don't fix tricot to given node --- app/frontend/deploy/frontend-tricot.hcl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index d36cce7..4e35d0d 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -4,12 +4,6 @@ job "frontend" { priority = 90 group "tricot" { - constraint { - attribute = "${attr.unique.hostname}" - operator = "=" - value = "carcajou" - } - network { port "http_port" { static = 80 } port "https_port" { static = 443 }