aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-25 20:07:32 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-25 20:07:32 +0100
commit5699d71c47118d530f48146ff2e80b59dab5ff48 (patch)
tree95206fd1c22f50a01e1a77d0bc600f8c88dd105b
parent60dc1b21a1fdbebae663790e1e07afe704758d61 (diff)
downloadnixcfg-5699d71c47118d530f48146ff2e80b59dab5ff48.tar.gz
nixcfg-5699d71c47118d530f48146ff2e80b59dab5ff48.zip
Don't fix tricot to given node
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl6
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 }