blob: aff075533273e54216296b4f94fde264897f4d94 [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
17wowza_hostname: "wowza"
18remote_vlc_hostname: "remote-vlc"
19
20wowza:
21 images:
22 wowza_image: "10.90.0.131:30500/wowza:latest"
23 ports:
24 rtmp: 1935
25 streammanager: 8086
26 rest: 8087
27 webui: 8088
28 replicas: 1
29
30remote_vlc:
31 images:
32 init: "ngick8stesting/c3po-mmeinit"
33 remote_vlc_image: "woojoong/mwc-cdn:remote"
34 ports:
35 vlc: 8089
36 http: 50001
37 replicas: 1
38 resources:
39 cpu: 3
40 mem: "1Gi"