jitsi: add tcp harvester config for 4443

This commit is contained in:
Brad Stein 2025-12-22 13:43:55 -03:00
parent 356f0de253
commit 3330eb75c7
2 changed files with 5 additions and 0 deletions

View File

@ -130,9 +130,13 @@ spec:
- { name: JVB_TCP_PORT, value: "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 }
- name: jvb-custom
configMap:
name: jitsi-jvb-custom-config
---

View File

@ -8,3 +8,4 @@ resources:
- pvc.yaml
- ingress.yaml
- secret.yaml
- jvb-configmap.yaml