diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-04 19:05:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-04 19:05:18 +0200 |
commit | a490f082bc4bb58fbd54aa5e38334034ac54e761 (patch) | |
tree | 4347f4041f499713f562a78ccf395bfce9413e79 /cluster/prod/app/bagage/deploy/bagage.hcl | |
parent | e42ed08788e00be310605aa362d78eadfa090ed6 (diff) | |
download | nixcfg-a490f082bc4bb58fbd54aa5e38334034ac54e761.tar.gz nixcfg-a490f082bc4bb58fbd54aa5e38334034ac54e761.zip |
prod: remove all apps from orion, add some missing in scorpio
Diffstat (limited to 'cluster/prod/app/bagage/deploy/bagage.hcl')
-rw-r--r-- | cluster/prod/app/bagage/deploy/bagage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index c9b7781..e3e6012 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -1,5 +1,5 @@ job "bagage" { - datacenters = ["orion", "neptune"] + datacenters = ["scorpio", "neptune"] type = "service" priority = 90 |