aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-09-20 11:04:49 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-09-20 11:04:49 +0200
commitc044078a6e15b90dd4e59021b2196997cbdfe689 (patch)
tree3d61d98aaad34a312d75716d1ae487a1b1b3afec /cluster/prod/app/jitsi
parentac4ca90eca4bf4f2c7bce5fcb7706a11f2909080 (diff)
downloadnixcfg-c044078a6e15b90dd4e59021b2196997cbdfe689.tar.gz
nixcfg-c044078a6e15b90dd4e59021b2196997cbdfe689.zip
finalize jitsi
Diffstat (limited to 'cluster/prod/app/jitsi')
-rw-r--r--cluster/prod/app/jitsi/deploy/jitsi.hcl7
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"