Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [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 | |
Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 16 | remote_ip: 10.90.0.132 |
| 17 | stream_name: 1.stream |
Hyunsun Moon | 1118903 | 2019-08-29 02:02:33 +0000 | [diff] [blame] | 18 | spgwu_sgiip: 13.1.1.3 |
Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 19 | ue_ip_subnet1: 16.0.0.0/8 |
| 20 | ue_ip_subnet2: 17.0.0.0/8 |
| 21 | |
| 22 | nginx: |
| 23 | images: |
Woojoong Kim | 6c5bad6 | 2019-08-29 15:37:02 -0700 | [diff] [blame] | 24 | nginx_image: "docker.io/omecproject/cdn-nginx:1.0.0" |
Woojoong Kim | 2ccf324 | 2019-06-06 14:12:44 -0700 | [diff] [blame] | 25 | ports: |
| 26 | rtmp_orig: 1935 |
| 27 | rtmp_np: 31935 |
| 28 | replicas: 1 |
Woojoong Kim | c8e65f2 | 2019-09-05 14:10:50 -0700 | [diff] [blame] | 29 | resources: |
| 30 | cpu: 3 |
| 31 | mem: "1Gi" |
Woojoong Kim | e455aab | 2019-07-12 10:53:43 -0700 | [diff] [blame] | 32 | |
Hyunsun Moon | 1118903 | 2019-08-29 02:02:33 +0000 | [diff] [blame] | 33 | networks: |
Woojoong Kim | e455aab | 2019-07-12 10:53:43 -0700 | [diff] [blame] | 34 | sriov: |
| 35 | enabled: true |
Hyunsun Moon | 1118903 | 2019-08-29 02:02:33 +0000 | [diff] [blame] | 36 | sgi_net_nd: |
| 37 | type: sriov |
| 38 | ipam: static |
| 39 | ip: 13.1.1.253/24 |
| 40 | subnet: 13.1.1.0/24 |
| 41 | gateway: 13.1.1.254 |