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" } - { name: JVB_TCP_PORT, value: "4443" }
volumeMounts: volumeMounts:
- { name: cfg, mountPath: /config } - { name: cfg, mountPath: /config }
- { name: jvb-custom, mountPath: /config/custom-jvb.conf, subPath: custom-jvb.conf }
volumes: volumes:
- name: cfg - name: cfg
persistentVolumeClaim: { claimName: jitsi-jvb-config } persistentVolumeClaim: { claimName: jitsi-jvb-config }
- name: jvb-custom
configMap:
name: jitsi-jvb-custom-config
--- ---

View File

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