diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-07 00:34:15 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-07 00:34:15 +0100 |
commit | 1477417aa8dfca1d89598b8b4b7363a39fbf6c37 (patch) | |
tree | 8ed35dca9aa75efd61ace78b84255ace44d63254 /cluster | |
parent | 0288aefda49e8048023e4a1d8756b4df4b2aea7b (diff) | |
download | nixcfg-1477417aa8dfca1d89598b8b4b7363a39fbf6c37.tar.gz nixcfg-1477417aa8dfca1d89598b8b4b7363a39fbf6c37.zip |
d53: allow to schedule on corrin
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/core/deploy/d53.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/d53.hcl b/cluster/prod/app/core/deploy/d53.hcl index 74e18d5..97d3c08 100644 --- a/cluster/prod/app/core/deploy/d53.hcl +++ b/cluster/prod/app/core/deploy/d53.hcl @@ -1,5 +1,5 @@ job "core-d53" { - datacenters = ["neptune", "scorpio", "bespin"] + datacenters = ["neptune", "scorpio", "bespin", "corrin"] type = "service" priority = 90 |