blob: 876e503cf4baeb38650a8b11927565172ab3bbe3 [file] [log] [blame]
Woojoong Kim2ccf3242019-06-06 14:12:44 -07001---
2# Copyright 2019-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16namespace: remotecdn
Woojoong Kim2ccf3242019-06-06 14:12:44 -070017remote_streaming_hostname: "remote-streaming"
18stream_name: 1.stream
19
20remote_streaming:
21 video_quality: 360
22 antmedia_ip: 10.90.0.132
23 images:
24 remote_streaming_image: "woojoong/mwc-cdn:remote-v3"
25 ports:
26 vlc: 8089
27 vlc_np: 31889
28 http: 50001
29 http_np: 31501
30 replicas: 1
31 resources:
32 cpu: 3
33 mem: "1Gi"
34
35antmedia:
36 images:
37 antmedia_image: "woojoong/antmedia:1.7.0"
38 ports:
39 httpui: 5080
40 httpui_np: 32080
41 rtmp: 1935
42 rtmp_np: 30935
43 replicas: 1
44 resources:
45 cpu: 3
46 mem: "1Gi"