Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | images: |
| 6 | tags: |
| 7 | init: docker.io/omecproject/pod-init:1.0.0 |
| 8 | pfcpiface: docker.io/omecproject/upf-epc-pfcpiface:up4 |
| 9 | pullPolicy: Always |
Hyunsun Moon | 8da1788 | 2020-10-14 21:28:44 -0500 | [diff] [blame] | 10 | credentials: {} |
| 11 | # If specified, use this credential to access the image |
| 12 | # registry: |
| 13 | # username: |
| 14 | # password: |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 15 | |
| 16 | nodeSelectors: |
| 17 | enabled: false |
| 18 | pfcp: |
| 19 | label: omec-upf |
| 20 | value: enabled |
| 21 | |
| 22 | resources: |
| 23 | enabled: true |
| 24 | pfcpiface: |
| 25 | requests: |
| 26 | cpu: 256m |
| 27 | memory: 128Mi |
| 28 | limits: |
| 29 | cpu: 256m |
| 30 | memory: 128Mi |
| 31 | |
| 32 | config: |
| 33 | coreDump: |
| 34 | enabled: false |
| 35 | path: /tmp/coredump |
Hyunsun Moon | 295d98d | 2021-03-17 11:04:34 -0700 | [diff] [blame] | 36 | nodePort: |
| 37 | enabled: false |
| 38 | port: 30805 |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 39 | pfcp: |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 40 | cfgFiles: |
| 41 | upf.json: |
| 42 | measure: true |
badhrinath | 78857fc | 2020-10-22 15:43:17 -0500 | [diff] [blame] | 43 | enable_p4rt: true |
| 44 | p4rtciface: |
| 45 | access_ip: "172.17.0.1/32" |
| 46 | p4rtc_server: "onos" |
| 47 | p4rtc_port: "51001" |