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

View File

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