From a4f33f1dde20d9d112173acd19b17701bbec4813 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 26 Mar 2020 21:34:27 +0100 Subject: [PATCH] enable etherpad --- jitsi/deployment.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jitsi/deployment.yaml b/jitsi/deployment.yaml index c5cb10c..f608706 100644 --- a/jitsi/deployment.yaml +++ b/jitsi/deployment.yaml @@ -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