fix jitsi

This commit is contained in:
Tobias Brunner 2021-04-21 21:32:26 +02:00
parent 24b2e7a9e1
commit 377545d514
2 changed files with 14 additions and 3 deletions

View File

@ -46,6 +46,8 @@ spec:
value: Europe/Zurich
- name: JVB_BREWERY_MUC
value: jvbbrewery
- name: PUBLIC_URL
value: https://meet.tobru.ch
- name: prosody
image: jitsi/prosody:stable-5765-1
imagePullPolicy: IfNotPresent
@ -81,6 +83,8 @@ spec:
value: Europe/Zurich
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: PUBLIC_URL
value: https://meet.tobru.ch
- name: web
image: jitsi/web:stable-5765-1
imagePullPolicy: IfNotPresent
@ -111,6 +115,8 @@ spec:
value: "1"
- name: ETHERPAD_URL_BASE
value: http://localhost:9001
- name: PUBLIC_URL
value: https://meet.tobru.ch
- name: jvb
image: jitsi/jvb:stable-5765-1
imagePullPolicy: IfNotPresent
@ -149,6 +155,8 @@ spec:
value: jvbbrewery
- name: TZ
value: Europe/Zurich
- name: PUBLIC_URL
value: https://meet.tobru.ch
- name: etherpad
image: jitsi/etherpad:stable-5142
imagePullPolicy: IfNotPresent

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -11,9 +11,12 @@ spec:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: web
servicePort: http
service:
name: web
port:
number: 80
tls:
- hosts:
- meet.tobru.ch