From c044078a6e15b90dd4e59021b2196997cbdfe689 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 20 Sep 2024 11:04:49 +0200 Subject: finalize jitsi --- cluster/prod/app/jitsi/deploy/jitsi.hcl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cluster/prod/app/jitsi/deploy') diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index f2cafd2..f43c4fb 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -260,6 +260,13 @@ EOF port = "video_port" address_mode = "host" name = "video-jitsi" + } + + service { + tags = [ "jitsi" ] + port = "management_port" + address_mode = "host" + name = "management-video-jitsi" check { type = "tcp" port = "management_port" -- cgit v1.2.3