diff options
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 7 |
1 files changed, 7 insertions, 0 deletions
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" |