From 23f5f03047d6877858b0243ceba1c0158fb9c742 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 24 Dec 2025 17:53:59 -0300 Subject: [PATCH] jitsi: keep tcp config on pvc only --- services/jitsi/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/services/jitsi/deployment.yaml b/services/jitsi/deployment.yaml index a8292ff..cda62a3 100644 --- a/services/jitsi/deployment.yaml +++ b/services/jitsi/deployment.yaml @@ -145,7 +145,6 @@ spec: value: "-Dorg.ice4j.ice.harvest.DISABLE_TCP_HARVESTER=false -Dorg.jitsi.videobridge.TCP_HARVESTER_PORT=4443 -Dorg.jitsi.videobridge.TCP_HARVESTER_MAPPED_PORT=4443" volumeMounts: - { name: cfg, mountPath: /config } - - { name: jvb-custom, mountPath: /config/custom-jvb.conf, subPath: custom-jvb.conf } volumes: - name: cfg persistentVolumeClaim: { claimName: jitsi-jvb-config }