Woojoong Kim | 7b3d4b1 | 2019-02-17 23:45:04 +0900 | [diff] [blame] | 1 | --- |
| 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 | |
| 16 | namespace: epc |
| 17 | nginx_hostname: "nginx" |
Andy Bavier | 98bfdee | 2019-02-18 16:01:56 -0700 | [diff] [blame] | 18 | cdn_node_selector: "node3" |
Woojoong Kim | 7b3d4b1 | 2019-02-17 23:45:04 +0900 | [diff] [blame] | 19 | spgwu_sgiip: 13.0.0.83 |
| 20 | ue_ip_subnet1: 16.0.0.0/8 |
| 21 | ue_ip_subnet2: 17.0.0.0/8 |
| 22 | |
| 23 | nginx: |
| 24 | images: |
Woojoong Kim | 495b625 | 2019-02-19 17:51:57 +0900 | [diff] [blame] | 25 | nginx_image: "woojoong/nginx:onf-video-v3" |
Woojoong Kim | 7b3d4b1 | 2019-02-17 23:45:04 +0900 | [diff] [blame] | 26 | ports: |
| 27 | rtmp_orig: 1935 |
| 28 | rtmp_np: 31935 |
| 29 | stream_orig: 1980 |
| 30 | stream_np: 31980 |
| 31 | replicas: 1 |
| 32 | |
| 33 | local_streaming: |
| 34 | video_quality: 360 |
| 35 | nginx_ip: 127.0.0.1 |
| 36 | images: |
Woojoong Kim | 495b625 | 2019-02-19 17:51:57 +0900 | [diff] [blame] | 37 | local_streaming_image: "woojoong/mwc-cdn:local-free-v2" |
Woojoong Kim | 7b3d4b1 | 2019-02-17 23:45:04 +0900 | [diff] [blame] | 38 | ports: |
| 39 | vlc: 8189 |
| 40 | vlc_np: 31989 |
| 41 | http: 50002 |
| 42 | http_np: 30502 |
| 43 | replicas: 2 |
| 44 | resources: |
| 45 | cpu: 3 |
| 46 | mem: "1Gi" |