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: |
| 50 | videoArchive: |
| 51 | replicas: 1 |
| 52 | antMedia: |
| 53 | ports: |
| 54 | httpui: 5080 |
| 55 | rtmp: 1935 |
| 56 | nodePorts: |
| 57 | httpui: 32080 |
| 58 | rtmp: 30935 |
| 59 | replicas: 1 |