diff options
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 7e12ae3..88ab315 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"] + datacenters = ["neptune", "orion"] type = "service" priority = "10" @@ -142,6 +142,7 @@ EOF tags = [ "jitsi", "tricot jitsi.deuxfleurs.fr", + "d53-cname jitsi.deuxfleurs.fr", ] port = "https_port" address_mode = "host" |