diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-25 20:07:32 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-25 20:07:32 +0100 |
commit | 5699d71c47118d530f48146ff2e80b59dab5ff48 (patch) | |
tree | 95206fd1c22f50a01e1a77d0bc600f8c88dd105b /app/frontend | |
parent | 60dc1b21a1fdbebae663790e1e07afe704758d61 (diff) | |
download | nixcfg-5699d71c47118d530f48146ff2e80b59dab5ff48.tar.gz nixcfg-5699d71c47118d530f48146ff2e80b59dab5ff48.zip |
Don't fix tricot to given node
Diffstat (limited to 'app/frontend')
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 6 |
1 files changed, 0 insertions, 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 } |