blob: 1d4c6ebae13c4c5f87d3064fc544b205ef176b8b [file] [log] [blame]
Woojoong Kim7b3d4b12019-02-17 23:45:04 +09001---
2# Copyright 2019-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: remotecdn
17node_selector: node1
18remote_streaming_hostname: "remote-streaming"
19
20remote_streaming:
21 video_quality: 360
22 nginx_ip: 10.90.0.152
23 images:
24 remote_streaming_image: "woojoong/mwc-cdn:remote-free"
25 ports:
26 vlc: 8089
27 vlc_np: 31889
28 http: 50001
29 http_np: 31501
30 replicas: 1
31 resources:
32 cpu: 3
33 mem: "1Gi"