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