enable etherpad

This commit is contained in:
Tobias Brunner 2020-03-26 21:34:27 +01:00
parent aba130a84f
commit a4f33f1dde

View file

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