blob: bdf0bd86638aa16421438f587d32ac64b82bc974 [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
8 pfcpiface: docker.io/omecproject/upf-epc-pfcpiface:up4
9 pullPolicy: Always
Hyunsun Moon8da17882020-10-14 21:28:44 -050010 credentials: {}
11 # If specified, use this credential to access the image
12 # registry:
13 # username:
14 # password:
Badhrinath Pa083686a2020-09-29 21:51:42 -070015
16nodeSelectors:
17 enabled: false
18 pfcp:
19 label: omec-upf
20 value: enabled
21
22resources:
23 enabled: true
24 pfcpiface:
25 requests:
26 cpu: 256m
27 memory: 128Mi
28 limits:
29 cpu: 256m
30 memory: 128Mi
31
32config:
33 coreDump:
34 enabled: false
35 path: /tmp/coredump
Hyunsun Moon295d98d2021-03-17 11:04:34 -070036 nodePort:
37 enabled: false
38 port: 30805
Badhrinath Pa083686a2020-09-29 21:51:42 -070039 pfcp:
Badhrinath Pa083686a2020-09-29 21:51:42 -070040 cfgFiles:
41 upf.json:
42 measure: true
badhrinath78857fc2020-10-22 15:43:17 -050043 enable_p4rt: true
44 p4rtciface:
45 access_ip: "172.17.0.1/32"
46 p4rtc_server: "onos"
47 p4rtc_port: "51001"