blob: 94fdf4c7331255a0e67b3cfb6990be7729d5a66a [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
Woojoong Kim70424052019-02-14 15:23:03 +090017node_selector: node1
Woojoong Kim79e408c2019-02-07 22:23:22 +090018wowza_hostname: "wowza"
19remote_vlc_hostname: "remote-vlc"
20
21wowza:
22 images:
Woojoong Kim70424052019-02-14 15:23:03 +090023 wowza_image: "wowzamedia/wowza-streaming-engine-linux"
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:
32 images:
33 init: "ngick8stesting/c3po-mmeinit"
34 remote_vlc_image: "woojoong/mwc-cdn:remote"
35 ports:
36 vlc: 8089
37 http: 50001
38 replicas: 1
39 resources:
40 cpu: 3
41 mem: "1Gi"