añadido apolo
This commit is contained in:
21
apolo/configmaps/configmap-streamer.yaml
Normal file
21
apolo/configmaps/configmap-streamer.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: apolo-streamer-config
|
||||
namespace: apolo
|
||||
labels:
|
||||
app.kubernetes.io/name: apolo-streamer
|
||||
app.kubernetes.io/part-of: apolo
|
||||
app.kubernetes.io/component: streamer
|
||||
data:
|
||||
PORT: "80"
|
||||
PUSHER_CLUSTER: "eu"
|
||||
FALLBACK_VIDEO: 'file:///usr/app/files/media/fallback.mp4'
|
||||
STREAM_SERVER_URL: '^rtmp:\/\/(localhost|127.0.0.1|172.19.127.147|172.17.0.1|media-server|streaming.apolo.c2et.com):[0-9]{3,4}\/\S+$'
|
||||
STREAM_SERVER_ID_CREATOR: '^rtmp:\/\/(localhost|127.0.0.1|172.19.127.147|172.17.0.1|media-server|streaming.apolo.c2et.com):[0-9]{3,4}\/'
|
||||
MEDIA_SERVER_API_URL: 'http://streaming.apolo.c2et.com'
|
||||
STREAMER_SERVER_API_URL: 'http://streaming.apolo.c2et.com'
|
||||
MEDIA_SERVER_HOSTNAME: 'streaming.apolo.c2et.com'
|
||||
BACKEND_DEV: 'backend.apolo.c2et.com'
|
||||
BACKEND_PRE: 'backend.apolo.c2et.com'
|
||||
BACKEND_PRO: 'https://backend.apolo.c2et.com'
|
||||
Reference in New Issue
Block a user