enable etherpad

This commit is contained in:
Tobias Brunner 2020-03-26 21:34:27 +01:00
parent aba130a84f
commit a4f33f1dde
1 changed files with 6 additions and 1 deletions

View File

@ -109,9 +109,11 @@ spec:
value: "1"
- name: ENABLE_GUESTS
value: "1"
- name: ETHERPAD_URL_BASE
value: http://localhost:9001
- name: jvb
image: jitsi/jvb:4101-2
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
value: localhost
@ -147,3 +149,6 @@ spec:
value: jvbbrewery
- name: TZ
value: Europe/Zurich
- name: etherpad
image: jitsi/etherpad:4101-2
imagePullPolicy: IfNotPresent