prod: Allow bespin for all services

This commit is contained in:
Baptiste Jonglez 2025-04-16 00:29:42 +02:00
parent 2d86cd239f
commit 66b2a88826
9 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
job "bagage" { job "bagage" {
datacenters = ["corrin", "neptune", "scorpio"] datacenters = ["corrin", "neptune", "scorpio", "bespin"]
type = "service" type = "service"
priority = 90 priority = 90

View file

@ -1,5 +1,5 @@
job "cms" { job "cms" {
datacenters = ["corrin", "neptune", "scorpio"] datacenters = ["corrin", "neptune", "scorpio", "bespin"]
type = "service" type = "service"
priority = 100 priority = 100

View file

@ -1,5 +1,5 @@
job "coturn" { job "coturn" {
datacenters = ["corrin", "neptune", "scorpio"] datacenters = ["corrin", "neptune", "scorpio", "bespin"]
type = "service" type = "service"
priority = 100 priority = 100

View file

@ -1,5 +1,5 @@
job "guichet" { job "guichet" {
datacenters = ["corrin", "neptune", "scorpio"] datacenters = ["corrin", "neptune", "scorpio", "bespin"]
type = "service" type = "service"
priority = 90 priority = 90

View file

@ -1,5 +1,5 @@
job "jitsi" { job "jitsi" {
datacenters = ["neptune", "scorpio", "corrin"] datacenters = ["neptune", "scorpio", "corrin", "bespin"]
type = "service" type = "service"
priority = 50 priority = 50

View file

@ -1,5 +1,5 @@
job "matrix" { job "matrix" {
datacenters = ["scorpio", "corrin"] datacenters = ["scorpio", "corrin", "bespin"]
type = "service" type = "service"
priority = 40 priority = 40

View file

@ -1,5 +1,5 @@
job "plume-blog" { job "plume-blog" {
datacenters = ["corrin", "neptune", "scorpio"] datacenters = ["corrin", "neptune", "scorpio", "bespin"]
type = "service" type = "service"
group "plume" { group "plume" {

View file

@ -1,5 +1,5 @@
job "telemetry-service" { job "telemetry-service" {
datacenters = ["corrin", "scorpio", "dathormir"] datacenters = ["corrin", "scorpio", "dathormir", "bespin"]
type = "service" type = "service"
group "grafana" { group "grafana" {

View file

@ -1,5 +1,5 @@
job "woodpecker-ci" { job "woodpecker-ci" {
datacenters = ["corrin", "scorpio"] datacenters = ["corrin", "scorpio", "bespin"]
type = "service" type = "service"
group "server" { group "server" {