blob: 0a973c6a9c599e1f27aa5756d72886acd1073f4c [file] [log] [blame]
Badhrinath Pa083686a2020-09-29 21:51:42 -07001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
Hyunsun Moonb0c8bcc2021-09-09 09:33:26 -07007 init: registry.aetherproject.org/tools/busybox:stable
Ajay Lotan Thakur7a2c17c2021-09-15 18:13:09 -05008 pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-fcdbc95"
Badhrinath Pa083686a2020-09-29 21:51:42 -07009 pullPolicy: Always
Hyunsun Moon7eb0c1d2021-06-04 10:56:53 -070010 # Secrets must be manually created in the namespace.
11 pullSecrets:
12 - name: aether.registry
Badhrinath Pa083686a2020-09-29 21:51:42 -070013
14nodeSelectors:
15 enabled: false
16 pfcp:
17 label: omec-upf
18 value: enabled
19
20resources:
21 enabled: true
22 pfcpiface:
23 requests:
24 cpu: 256m
25 memory: 128Mi
26 limits:
27 cpu: 256m
28 memory: 128Mi
29
30config:
31 coreDump:
32 enabled: false
33 path: /tmp/coredump
34 pfcp:
Badhrinath Pa083686a2020-09-29 21:51:42 -070035 cfgFiles:
36 upf.json:
37 measure: true
badhrinath78857fc2020-10-22 15:43:17 -050038 enable_p4rt: true
39 p4rtciface:
40 access_ip: "172.17.0.1/32"
Hyunsun Moonc4accf42021-05-04 20:53:36 -070041 p4rtc_server: "onos-tost-onos-classic-hs.tost"
badhrinath78857fc2020-10-22 15:43:17 -050042 p4rtc_port: "51001"
Hyunsun Moon3b4d8f92021-07-09 15:20:12 -070043service:
44 type: ClusterIP
45 #externalIp:
46 #annotations: