diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-06-27 16:15:14 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-06-27 16:27:23 +0200 |
commit | 76186c3fb328b24d89aa59586308fd49a7419b48 (patch) | |
tree | 5c14074ae43d4aef923a496ccf2310bfaa03acae /cluster/staging/app | |
parent | be88b5d27478f459cf35a3433521d5578b860e1a (diff) | |
download | nixcfg-76186c3fb328b24d89aa59586308fd49a7419b48.tar.gz nixcfg-76186c3fb328b24d89aa59586308fd49a7419b48.zip |
cluster(staging): Rename jupiter site to dathomir
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/ci/deploy/albatros.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/ci/deploy/builder.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/core/deploy/d53.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/core/deploy/diplonat.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/core/deploy/tricot.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-service.hcl | 2 | ||||
-rw-r--r-- | cluster/staging/app/telemetry/deploy/telemetry-system.hcl | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cluster/staging/app/ci/deploy/albatros.hcl b/cluster/staging/app/ci/deploy/albatros.hcl index cfe5369..6c2f209 100644 --- a/cluster/staging/app/ci/deploy/albatros.hcl +++ b/cluster/staging/app/ci/deploy/albatros.hcl @@ -1,5 +1,5 @@ job "albatros" { - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "service" priority = 90 diff --git a/cluster/staging/app/ci/deploy/builder.hcl b/cluster/staging/app/ci/deploy/builder.hcl index ad7a716..cc0a24c 100644 --- a/cluster/staging/app/ci/deploy/builder.hcl +++ b/cluster/staging/app/ci/deploy/builder.hcl @@ -2,7 +2,7 @@ job "builder" { namespace = "ci" type = "batch" - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] priority = 100 parameterized { diff --git a/cluster/staging/app/core/deploy/d53.hcl b/cluster/staging/app/core/deploy/d53.hcl index d8dbed7..2fb86c0 100644 --- a/cluster/staging/app/core/deploy/d53.hcl +++ b/cluster/staging/app/core/deploy/d53.hcl @@ -1,5 +1,5 @@ job "core-d53" { - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "service" priority = 90 diff --git a/cluster/staging/app/core/deploy/diplonat.hcl b/cluster/staging/app/core/deploy/diplonat.hcl index 3e3310f..160004f 100644 --- a/cluster/staging/app/core/deploy/diplonat.hcl +++ b/cluster/staging/app/core/deploy/diplonat.hcl @@ -1,5 +1,5 @@ job "core-diplonat" { - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "system" priority = 90 diff --git a/cluster/staging/app/core/deploy/tricot.hcl b/cluster/staging/app/core/deploy/tricot.hcl index 7227c6f..54be69f 100644 --- a/cluster/staging/app/core/deploy/tricot.hcl +++ b/cluster/staging/app/core/deploy/tricot.hcl @@ -1,5 +1,5 @@ job "core-tricot" { - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "system" priority = 90 diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 0ffb277..f0b164e 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -1,5 +1,5 @@ job "garage-staging" { - datacenters = [ "neptune", "jupiter", "corrin", "bespin" ] + datacenters = [ "neptune", "dathomir", "corrin", "bespin" ] type = "system" priority = 90 diff --git a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl index ec68aaf..99af2a4 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry-service.hcl @@ -1,5 +1,5 @@ job "telemetry-service" { - datacenters = ["neptune", "jupiter", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "service" group "prometheus" { diff --git a/cluster/staging/app/telemetry/deploy/telemetry-system.hcl b/cluster/staging/app/telemetry/deploy/telemetry-system.hcl index cd9b8a8..a97c7b1 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", "corrin", "bespin"] + datacenters = ["neptune", "dathomir", "corrin", "bespin"] type = "system" priority = "100" |