blob: e1e8ad8d12dfb0c7054b98d689f446a891c6a776 [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
17cdn_node_selector: node2
18remote_streaming_hostname: "remote-streaming"
19stream_name: 1.stream
20
21remote_streaming:
22 video_quality: 360
23 antmedia_ip: 10.90.0.132
24 images:
25 remote_streaming_image: "woojoong/mwc-cdn:remote-v3"
26 ports:
27 vlc: 8089
28 vlc_np: 31889
29 http: 50001
30 http_np: 31501
31 replicas: 1
32 resources:
33 cpu: 3
34 mem: "1Gi"
35
36antmedia:
37 images:
38 antmedia_image: "woojoong/antmedia:1.7.0"
39 ports:
40 httpui: 5080
41 httpui_np: 32080
42 rtmp: 1935
43 rtmp_np: 30935
44 replicas: 1
45 resources:
46 cpu: 3
47 mem: "1Gi"