blob: dea2aca26bb1d6e3d8f4e3b4b39fee88c4f8c2f9 [file] [log] [blame]
Woojoong Kim79e408c2019-02-07 22:23:22 +09001---
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
16namespace: wowz
Andy Baviera97d4832019-02-17 11:34:50 -080017cdn_node_selector: node2
Woojoong Kim79e408c2019-02-07 22:23:22 +090018wowza_hostname: "wowza"
19remote_vlc_hostname: "remote-vlc"
20
21wowza:
22 images:
Andy Baviera97d4832019-02-17 11:34:50 -080023 wowza_image: "woojoong/wowza:latest"
Woojoong Kim79e408c2019-02-07 22:23:22 +090024 ports:
25 rtmp: 1935
26 streammanager: 8086
27 rest: 8087
28 webui: 8088
29 replicas: 1
30
31remote_vlc:
Woojoong Kimfe426892019-02-15 15:39:20 +090032 video_quality: 360
Woojoong Kim79e408c2019-02-07 22:23:22 +090033 images:
34 init: "ngick8stesting/c3po-mmeinit"
Woojoong Kimfe426892019-02-15 15:39:20 +090035 remote_vlc_image: "woojoong/mwc-cdn:remote-v2"
Woojoong Kim79e408c2019-02-07 22:23:22 +090036 ports:
37 vlc: 8089
38 http: 50001
39 replicas: 1
40 resources:
41 cpu: 3
42 mem: "1Gi"