aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2024-11-07 00:17:18 +0100
committerBaptiste Jonglez <git@bitsofnetworks.org>2024-11-07 00:17:30 +0100
commitba27b2f2c261f09fe203646b42d2691ebd869310 (patch)
tree758d6ce761e90364db24e84db9c184ed12cb4a08 /cluster/prod/app
parent9c712b0d786d99c24d03e78697f5838bc5ceb782 (diff)
downloadnixcfg-ba27b2f2c261f09fe203646b42d2691ebd869310.tar.gz
nixcfg-ba27b2f2c261f09fe203646b42d2691ebd869310.zip
prod: Schedule some basic services on corrin
Diffstat (limited to 'cluster/prod/app')
-rw-r--r--cluster/prod/app/core/deploy/diplonat.hcl2
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl2
-rw-r--r--cluster/prod/app/telemetry/deploy/telemetry-system.hcl2
3 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/core/deploy/diplonat.hcl b/cluster/prod/app/core/deploy/diplonat.hcl
index ce5bccf..de8ff75 100644
--- a/cluster/prod/app/core/deploy/diplonat.hcl
+++ b/cluster/prod/app/core/deploy/diplonat.hcl
@@ -1,5 +1,5 @@
job "core-diplonat" {
- datacenters = ["neptune", "scorpio", "bespin"]
+ datacenters = ["neptune", "scorpio", "bespin", "corrin"]
type = "system"
priority = 90
diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl
index 581fb74..f4dd83d 100644
--- a/cluster/prod/app/core/deploy/tricot.hcl
+++ b/cluster/prod/app/core/deploy/tricot.hcl
@@ -3,7 +3,7 @@ job "core-tricot" {
# on pourra mettre bespin quand on aura migré gitea de la vm vers le cluster
# en attendant, les deux ne sont pas capables de partager les certificats SSL
# donc on laisse la VM gitea gérer les certifs et prendre tout le trafic http(s)
- datacenters = ["neptune", "scorpio"]
+ datacenters = ["corrin", "neptune", "scorpio"]
type = "system"
priority = 90
diff --git a/cluster/prod/app/telemetry/deploy/telemetry-system.hcl b/cluster/prod/app/telemetry/deploy/telemetry-system.hcl
index ab3eb1f..76fad83 100644
--- a/cluster/prod/app/telemetry/deploy/telemetry-system.hcl
+++ b/cluster/prod/app/telemetry/deploy/telemetry-system.hcl
@@ -1,5 +1,5 @@
job "telemetry-system" {
- datacenters = ["neptune", "scorpio", "bespin"]
+ datacenters = ["neptune", "scorpio", "bespin", "corrin"]
type = "system"
priority = "100"