diff --git a/cluster/staging/app/core/deploy/core-service.hcl b/cluster/staging/app/core/deploy/core-service.hcl index e2ec0a0..72f6f0b 100644 --- a/cluster/staging/app/core/deploy/core-service.hcl +++ b/cluster/staging/app/core/deploy/core-service.hcl @@ -1,5 +1,5 @@ job "core-service" { - datacenters = ["neptune", "jupiter"] + datacenters = ["neptune", "jupiter", "corrin"] type = "service" priority = 90 diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index 722423d..53babd7 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", "jupiter"] + datacenters = ["neptune", "jupiter", "corrin"] type = "system" priority = 90 diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 03a62cb..f8e14d9 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -2,7 +2,7 @@ job "garage-staging" { type = "system" priority = 90 - datacenters = [ "neptune", "jupiter" ] + datacenters = [ "neptune", "jupiter", "corrin" ] update { max_parallel = 1 diff --git a/cluster/staging/app/telemetry/deploy/telemetry-system.hcl b/cluster/staging/app/telemetry/deploy/telemetry-system.hcl index cf78053..1f0e64e 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-system.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-system.hcl @@ -1,5 +1,5 @@ job "telemetry-system" { - datacenters = ["neptune", "jupiter"] + datacenters = ["neptune", "jupiter", "corrin"] type = "system" priority = "100" diff --git a/cluster/staging/app/telemetry/deploy/telemetry.hcl b/cluster/staging/app/telemetry/deploy/telemetry.hcl index 4b9af55..a3dacf0 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry.hcl @@ -1,5 +1,5 @@ job "telemetry" { - datacenters = ["neptune", "jupiter"] + datacenters = ["neptune", "jupiter", "corrin"] type = "service" group "prometheus" {