Merge pull request #6564 from PravenJohn/master

Adding variables listed in the docker README
This commit is contained in:
Fred Dixon 2019-01-25 00:06:00 -05:00 committed by GitHub
commit 4357bf58ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -31,6 +31,8 @@ spec:
ports:
- containerPort: 7443
protocol: TCP
- containerPort: 8021
protocol: TCP
restartPolicy: Always
terminationGracePeriodSeconds: 30
nodeSelector:
@ -54,5 +56,8 @@ spec:
- name: http
targetPort: 7443
port: 7443
- name: freeswitch-8021
targetPort: 8021
port: 8021
selector:
app: bbb-freeswitch

View File

@ -32,6 +32,8 @@ spec:
value: "12345"
- name: TURN_SECRET
value: "54321"
- name: TURN_DOMAIN
value: bigbluebutton.rocket.chat
image: fcecagno/bigbluebutton:bbb-web
imagePullPolicy: Always
name: bbb-web

View File

@ -30,6 +30,10 @@ spec:
value: redis
- name: SHARED_SECRET
value: "12345"
- name: SERVER_DOMAIN
value: bigbluebutton.rocket.chat
- name: BEARER_AUTH
value: "1"
image: fcecagno/bigbluebutton:bbb-webhooks
imagePullPolicy: Always
name: bbb-webhooks

View File

@ -29,7 +29,7 @@ spec:
- name: KURENTO_NAME
value: kurento
- name: KURENTO_URL
value: ws://kurento:8888/kurento
value: ws://bbb-kurento:8888/kurento
- name: REDIS_HOST
value: redis
- name: FREESWITCH_IP