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" }
|
- { 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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -8,3 +8,4 @@ resources:
|
|||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- secret.yaml
|
- secret.yaml
|
||||||
|
- jvb-configmap.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user