blob: 96f55cca8a420a74892b959f7b50fbc3c173139f [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:
Woojoong Kim6c5bad62019-08-29 15:37:02 -070024 remote_streaming_image: "docker.io/omecproject/cdn-video-repo:1.0.0"
Woojoong Kim2ccf3242019-06-06 14:12:44 -070025 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:
Woojoong Kim6c5bad62019-08-29 15:37:02 -070037 antmedia_image: "docker.io/omecproject/cdn-antmedia:1.0.0"
Woojoong Kim2ccf3242019-06-06 14:12:44 -070038 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"