blob: 059db54b031515edc33070a7538a86790f3631b8 [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:
7 init: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moon7eb0c1d2021-06-04 10:56:53 -07008 pfcpiface: registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-e3f53d5
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
Hyunsun Moon295d98d2021-03-17 11:04:34 -070034 nodePort:
35 enabled: false
36 port: 30805
Badhrinath Pa083686a2020-09-29 21:51:42 -070037 pfcp:
Badhrinath Pa083686a2020-09-29 21:51:42 -070038 cfgFiles:
39 upf.json:
40 measure: true
badhrinath78857fc2020-10-22 15:43:17 -050041 enable_p4rt: true
42 p4rtciface:
43 access_ip: "172.17.0.1/32"
Hyunsun Moonc4accf42021-05-04 20:53:36 -070044 p4rtc_server: "onos-tost-onos-classic-hs.tost"
badhrinath78857fc2020-10-22 15:43:17 -050045 p4rtc_port: "51001"