blob: 963f7663e9ce02070e12f6ae68d7517a1620c424 [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
Woojoong Kim3f51f0c2019-09-06 11:31:13 -070016images:
17 tags:
18 videoArchive: docker.io/omecproject/cdn-video-repo:1.0.0
19 antMedia: docker.io/omecproject/cdn-antmedia:1.0.0
20 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
21 pullPolicy: IfNotPresent
Woojoong Kim2ccf3242019-06-06 14:12:44 -070022
Woojoong Kim3f51f0c2019-09-06 11:31:13 -070023nodeSelectors:
24 enabled: false
25 videoArchive:
26 label: videoArchive
27 value: enabled
28 antMedia:
29 label: antMedia
30 value: enabled
Woojoong Kim2ccf3242019-06-06 14:12:44 -070031
Woojoong Kim3f51f0c2019-09-06 11:31:13 -070032resources:
33 enabled: true
34 videoArchive:
35 requests:
36 cpu: 3
37 memory: 1Gi
38 limits:
39 cpu: 3
40 memory: 1Gi
41 antMedia:
42 requests:
43 cpu: 3
44 memory: 1Gi
45 limits:
46 cpu: 3
47 memory: 1Gi
48
49config:
50 videoArchive:
51 replicas: 1
Woojoong Kim574c42a2020-01-26 22:03:46 -080052 q360p:
53 enabled: true
54 q480p:
55 enabled: true
56 q720p:
57 enabled: true
Woojoong Kim3f51f0c2019-09-06 11:31:13 -070058 antMedia:
59 ports:
60 httpui: 5080
61 rtmp: 1935
62 nodePorts:
63 httpui: 32080
64 rtmp: 30935
65 replicas: 1