Adds jitsi app.
This commit is contained in:
61
jitsi/versions/stable/service.yaml
Normal file
61
jitsi/versions/stable/service.yaml
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jitsi-web
|
||||
namespace: {{ .namespace }}
|
||||
labels:
|
||||
component: web
|
||||
spec:
|
||||
selector:
|
||||
component: web
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prosody
|
||||
namespace: {{ .namespace }}
|
||||
labels:
|
||||
component: prosody
|
||||
spec:
|
||||
selector:
|
||||
component: prosody
|
||||
ports:
|
||||
- name: xmpp-c2s
|
||||
port: 5222
|
||||
targetPort: 5222
|
||||
protocol: TCP
|
||||
- name: xmpp-component
|
||||
port: 5347
|
||||
targetPort: 5347
|
||||
protocol: TCP
|
||||
- name: xmpp-bosh
|
||||
port: 5280
|
||||
targetPort: 5280
|
||||
protocol: TCP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: jitsi-jvb
|
||||
namespace: {{ .namespace }}
|
||||
labels:
|
||||
component: jvb
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
component: jvb
|
||||
ports:
|
||||
- name: rtp-udp
|
||||
port: 10000
|
||||
targetPort: 10000
|
||||
protocol: UDP
|
||||
- name: colibri-ws
|
||||
port: 9090
|
||||
targetPort: 9090
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user