From 66b2a8882691111b1c8f0069af30d362bf2e9beb Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 16 Apr 2025 00:29:42 +0200 Subject: [PATCH] prod: Allow bespin for all services --- cluster/prod/app/bagage/deploy/bagage.hcl | 2 +- cluster/prod/app/cms/deploy/cms.hcl | 2 +- cluster/prod/app/coturn/deploy/coturn.hcl | 2 +- cluster/prod/app/guichet/deploy/guichet.hcl | 2 +- cluster/prod/app/jitsi/deploy/jitsi.hcl | 2 +- cluster/prod/app/matrix/deploy/im.hcl | 2 +- cluster/prod/app/plume/deploy/plume.hcl | 2 +- cluster/prod/app/telemetry/deploy/telemetry-service.hcl | 2 +- cluster/prod/app/woodpecker-ci/deploy/server.hcl | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cluster/prod/app/bagage/deploy/bagage.hcl b/cluster/prod/app/bagage/deploy/bagage.hcl index 51af59e..e103a2c 100644 --- a/cluster/prod/app/bagage/deploy/bagage.hcl +++ b/cluster/prod/app/bagage/deploy/bagage.hcl @@ -1,5 +1,5 @@ job "bagage" { - datacenters = ["corrin", "neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "service" priority = 90 diff --git a/cluster/prod/app/cms/deploy/cms.hcl b/cluster/prod/app/cms/deploy/cms.hcl index ce1a0a3..bf58cc0 100644 --- a/cluster/prod/app/cms/deploy/cms.hcl +++ b/cluster/prod/app/cms/deploy/cms.hcl @@ -1,5 +1,5 @@ job "cms" { - datacenters = ["corrin", "neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "service" priority = 100 diff --git a/cluster/prod/app/coturn/deploy/coturn.hcl b/cluster/prod/app/coturn/deploy/coturn.hcl index f693125..075291e 100644 --- a/cluster/prod/app/coturn/deploy/coturn.hcl +++ b/cluster/prod/app/coturn/deploy/coturn.hcl @@ -1,5 +1,5 @@ job "coturn" { - datacenters = ["corrin", "neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "service" priority = 100 diff --git a/cluster/prod/app/guichet/deploy/guichet.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl index 2053875..40d4f60 100644 --- a/cluster/prod/app/guichet/deploy/guichet.hcl +++ b/cluster/prod/app/guichet/deploy/guichet.hcl @@ -1,5 +1,5 @@ job "guichet" { - datacenters = ["corrin", "neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "service" priority = 90 diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 2cb0f08..d10f48d 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -1,5 +1,5 @@ job "jitsi" { - datacenters = ["neptune", "scorpio", "corrin"] + datacenters = ["neptune", "scorpio", "corrin", "bespin"] type = "service" priority = 50 diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl index 0e27c90..3ace2b1 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -1,5 +1,5 @@ job "matrix" { - datacenters = ["scorpio", "corrin"] + datacenters = ["scorpio", "corrin", "bespin"] type = "service" priority = 40 diff --git a/cluster/prod/app/plume/deploy/plume.hcl b/cluster/prod/app/plume/deploy/plume.hcl index 1d41370..972d10d 100644 --- a/cluster/prod/app/plume/deploy/plume.hcl +++ b/cluster/prod/app/plume/deploy/plume.hcl @@ -1,5 +1,5 @@ job "plume-blog" { - datacenters = ["corrin", "neptune", "scorpio"] + datacenters = ["corrin", "neptune", "scorpio", "bespin"] type = "service" group "plume" { diff --git a/cluster/prod/app/telemetry/deploy/telemetry-service.hcl b/cluster/prod/app/telemetry/deploy/telemetry-service.hcl index 0744abc..2dba358 100644 --- a/cluster/prod/app/telemetry/deploy/telemetry-service.hcl +++ b/cluster/prod/app/telemetry/deploy/telemetry-service.hcl @@ -1,5 +1,5 @@ job "telemetry-service" { - datacenters = ["corrin", "scorpio", "dathormir"] + datacenters = ["corrin", "scorpio", "dathormir", "bespin"] type = "service" group "grafana" { diff --git a/cluster/prod/app/woodpecker-ci/deploy/server.hcl b/cluster/prod/app/woodpecker-ci/deploy/server.hcl index d26d708..5c381c3 100644 --- a/cluster/prod/app/woodpecker-ci/deploy/server.hcl +++ b/cluster/prod/app/woodpecker-ci/deploy/server.hcl @@ -1,5 +1,5 @@ job "woodpecker-ci" { - datacenters = ["corrin", "scorpio"] + datacenters = ["corrin", "scorpio", "bespin"] type = "service" group "server" {