diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-04 09:35:40 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-04 09:35:40 +0100 |
commit | c11b6499b8ff35c5a6468cc1e4adb474ea72a963 (patch) | |
tree | 1832f52dd04c4a8e8e7b033646659517aa9353da /cluster/prod/app/guichet | |
parent | 64785600876ca2598763312d8d381ef3b5632891 (diff) | |
download | nixcfg-c11b6499b8ff35c5a6468cc1e4adb474ea72a963.tar.gz nixcfg-c11b6499b8ff35c5a6468cc1e4adb474ea72a963.zip |
prod: deploy d53
Diffstat (limited to 'cluster/prod/app/guichet')
-rw-r--r-- | cluster/prod/app/guichet/deploy/directory.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 0e46aa5..7161bb7 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -1,5 +1,5 @@ job "guichet" { - datacenters = [ "neptune" ] + datacenters = [ "neptune", "orion" ] type = "service" priority = 90 @@ -35,6 +35,7 @@ job "guichet" { tags = [ "guichet", "tricot guichet.deuxfleurs.fr", + "d53-cname guichet.deuxfleurs.fr", ] port = "web_port" address_mode = "host" |