diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-07 00:29:55 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-11-07 00:29:55 +0100 |
commit | 0288aefda49e8048023e4a1d8756b4df4b2aea7b (patch) | |
tree | 5d3aa82093407a03a397869513d7a6c7a09eb774 | |
parent | ba27b2f2c261f09fe203646b42d2691ebd869310 (diff) | |
download | nixcfg-0288aefda49e8048023e4a1d8756b4df4b2aea7b.tar.gz nixcfg-0288aefda49e8048023e4a1d8756b4df4b2aea7b.zip |
jitsi: allow to schedule on corrin
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index f43c4fb..fea55d7 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"] + datacenters = ["neptune", "scorpio", "corrin"] type = "service" priority = 50 |