Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2018-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 | |
| 16 | namespace: wowz |
Andy Bavier | a97d483 | 2019-02-17 11:34:50 -0800 | [diff] [blame] | 17 | cdn_node_selector: node2 |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 18 | wowza_hostname: "wowza" |
| 19 | remote_vlc_hostname: "remote-vlc" |
| 20 | |
| 21 | wowza: |
| 22 | images: |
Andy Bavier | a97d483 | 2019-02-17 11:34:50 -0800 | [diff] [blame] | 23 | wowza_image: "woojoong/wowza:latest" |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 24 | ports: |
| 25 | rtmp: 1935 |
| 26 | streammanager: 8086 |
| 27 | rest: 8087 |
| 28 | webui: 8088 |
| 29 | replicas: 1 |
| 30 | |
| 31 | remote_vlc: |
Woojoong Kim | fe42689 | 2019-02-15 15:39:20 +0900 | [diff] [blame] | 32 | video_quality: 360 |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 33 | images: |
Woojoong Kim | 495b625 | 2019-02-19 17:51:57 +0900 | [diff] [blame] | 34 | remote_vlc_image: "woojoong/mwc-cdn:remote-v3" |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 35 | ports: |
| 36 | vlc: 8089 |
| 37 | http: 50001 |
| 38 | replicas: 1 |
| 39 | resources: |
| 40 | cpu: 3 |
| 41 | mem: "1Gi" |