diff options
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/core/deploy/core-system.hcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index d410573..15dc77f 100644 --- a/cluster/staging/app/core/deploy/core-system.hcl +++ b/cluster/staging/app/core/deploy/core-system.hcl @@ -1,5 +1,5 @@ job "core-system" { - datacenters = ["neptune"] + datacenters = ["neptune", "jupiter"] type = "system" priority = 90 @@ -13,6 +13,7 @@ job "core-system" { stagger = "1m" } +/* group "diplonat" { task "diplonat" { driver = "nix2" @@ -68,6 +69,7 @@ EOH } } } + */ group "tricot" { network { |