Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 1 | --- |
| 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 Kim | 3f51f0c | 2019-09-06 11:31:13 -0700 | [diff] [blame] | 16 | images: |
| 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 Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 22 | |
Woojoong Kim | 3f51f0c | 2019-09-06 11:31:13 -0700 | [diff] [blame] | 23 | nodeSelectors: |
| 24 | enabled: false |
| 25 | videoArchive: |
| 26 | label: videoArchive |
| 27 | value: enabled |
| 28 | antMedia: |
| 29 | label: antMedia |
| 30 | value: enabled |
Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 31 | |
Woojoong Kim | 3f51f0c | 2019-09-06 11:31:13 -0700 | [diff] [blame] | 32 | resources: |
| 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 | |
| 49 | config: |
Woojoong Kim | 7e10033 | 2020-02-03 11:17:39 -0800 | [diff] [blame] | 50 | clusterDomain: cluster.local |
Woojoong Kim | 3f51f0c | 2019-09-06 11:31:13 -0700 | [diff] [blame] | 51 | videoArchive: |
| 52 | replicas: 1 |
Woojoong Kim | 574c42a | 2020-01-26 22:03:46 -0800 | [diff] [blame] | 53 | q360p: |
| 54 | enabled: true |
| 55 | q480p: |
| 56 | enabled: true |
| 57 | q720p: |
| 58 | enabled: true |
Woojoong Kim | 3f51f0c | 2019-09-06 11:31:13 -0700 | [diff] [blame] | 59 | antMedia: |
| 60 | ports: |
| 61 | httpui: 5080 |
| 62 | rtmp: 1935 |
| 63 | nodePorts: |
| 64 | httpui: 32080 |
| 65 | rtmp: 30935 |
| 66 | replicas: 1 |