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 |
Woojoong Kim | 7042405 | 2019-02-14 15:23:03 +0900 | [diff] [blame] | 17 | node_selector: node1 |
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: |
Woojoong Kim | 7042405 | 2019-02-14 15:23:03 +0900 | [diff] [blame] | 23 | wowza_image: "wowzamedia/wowza-streaming-engine-linux" |
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: |
| 34 | init: "ngick8stesting/c3po-mmeinit" |
Woojoong Kim | fe42689 | 2019-02-15 15:39:20 +0900 | [diff] [blame] | 35 | remote_vlc_image: "woojoong/mwc-cdn:remote-v2" |
Woojoong Kim | 79e408c | 2019-02-07 22:23:22 +0900 | [diff] [blame] | 36 | ports: |
| 37 | vlc: 8089 |
| 38 | http: 50001 |
| 39 | replicas: 1 |
| 40 | resources: |
| 41 | cpu: 3 |
| 42 | mem: "1Gi" |