blob: 5bb7cd8a72bdf58c87572096835c8fcb72ad9aa0 [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
36 pfcp:
Badhrinath Pa083686a2020-09-29 21:51:42 -070037 cfgFiles:
38 upf.json:
39 measure: true
badhrinath78857fc2020-10-22 15:43:17 -050040 enable_p4rt: true
41 p4rtciface:
42 access_ip: "172.17.0.1/32"
43 p4rtc_server: "onos"
44 p4rtc_port: "51001"