diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-29 18:26:52 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-29 18:26:52 +0100 |
commit | 08c324f1c4a2ae3296af7b2ac2e2fc5a93d4ffa5 (patch) | |
tree | 3fac7cd5bae4aff9083e909b1d151c4f4587a2d1 | |
parent | de41f3db4ebbcf8a1cf398f43daee0abd863f8e6 (diff) | |
download | nixcfg-08c324f1c4a2ae3296af7b2ac2e2fc5a93d4ffa5.tar.gz nixcfg-08c324f1c4a2ae3296af7b2ac2e2fc5a93d4ffa5.zip |
Add new zone to core services
5 files changed, 5 insertions, 5 deletions
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" { |