blob: 818f34654c59df76cbdfe142b3284ed8e41309e4 [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:
Woojoong Kim495b6252019-02-19 17:51:57 +090034 remote_vlc_image: "woojoong/mwc-cdn:remote-v3"
Woojoong Kim79e408c2019-02-07 22:23:22 +090035 ports:
36 vlc: 8089
37 http: 50001
38 replicas: 1
39 resources:
40 cpu: 3
41 mem: "1Gi"