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: |
Hyunsun Moon | b0c8bcc | 2021-09-09 09:33:26 -0700 | [diff] [blame] | 7 | init: registry.aetherproject.org/tools/busybox:stable |
Ajay Lotan Thakur | 7a2c17c | 2021-09-15 18:13:09 -0500 | [diff] [blame] | 8 | pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-fcdbc95" |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 9 | pullPolicy: Always |
Hyunsun Moon | 7eb0c1d | 2021-06-04 10:56:53 -0700 | [diff] [blame] | 10 | # Secrets must be manually created in the namespace. |
| 11 | pullSecrets: |
| 12 | - name: aether.registry |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 13 | |
| 14 | nodeSelectors: |
| 15 | enabled: false |
| 16 | pfcp: |
| 17 | label: omec-upf |
| 18 | value: enabled |
| 19 | |
| 20 | resources: |
| 21 | enabled: true |
| 22 | pfcpiface: |
| 23 | requests: |
| 24 | cpu: 256m |
| 25 | memory: 128Mi |
| 26 | limits: |
| 27 | cpu: 256m |
| 28 | memory: 128Mi |
| 29 | |
| 30 | config: |
| 31 | coreDump: |
| 32 | enabled: false |
| 33 | path: /tmp/coredump |
| 34 | pfcp: |
Badhrinath Pa | 083686a | 2020-09-29 21:51:42 -0700 | [diff] [blame] | 35 | cfgFiles: |
| 36 | upf.json: |
| 37 | measure: true |
badhrinath | 78857fc | 2020-10-22 15:43:17 -0500 | [diff] [blame] | 38 | enable_p4rt: true |
| 39 | p4rtciface: |
| 40 | access_ip: "172.17.0.1/32" |
Hyunsun Moon | c4accf4 | 2021-05-04 20:53:36 -0700 | [diff] [blame] | 41 | p4rtc_server: "onos-tost-onos-classic-hs.tost" |
badhrinath | 78857fc | 2020-10-22 15:43:17 -0500 | [diff] [blame] | 42 | p4rtc_port: "51001" |
Hyunsun Moon | 3b4d8f9 | 2021-07-09 15:20:12 -0700 | [diff] [blame] | 43 | service: |
| 44 | type: ClusterIP |
| 45 | #externalIp: |
| 46 | #annotations: |