jitsi: add tcp harvester config for 4443
This commit is contained in:
parent
356f0de253
commit
3330eb75c7
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -8,3 +8,4 @@ resources:
|
||||
- pvc.yaml
|
||||
- ingress.yaml
|
||||
- secret.yaml
|
||||
- jvb-configmap.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user