blob: ec37c12933d0d2fb97bc13428913d1c70583d23a [file] [log] [blame]
Yi Tseng32561422021-10-07 15:03:21 -07001# Copyright 2020-present Open Networking Foundation
2#
Charles Chand1b4bf92022-02-02 16:27:10 -08003# SPDX-License-Identifier: Apache-2.0
Yi Tseng32561422021-10-07 15:03:21 -07004
5images:
6 tags:
7 init: registry.aetherproject.org/tools/busybox:stable
8 pfcpiface: "registry.aetherproject.org/proxy/omecproject/upf-epc-pfcpiface:master-fcdbc95"
9 pullPolicy: Always
Yi Tseng32561422021-10-07 15:03:21 -070010
11nodeSelectors:
12 enabled: false
13 pfcp:
14 label: omec-upf
15 value: enabled
16
17resources:
18 enabled: true
19 pfcpiface:
20 requests:
21 cpu: 256m
22 memory: 128Mi
23 limits:
24 cpu: 256m
25 memory: 128Mi
26
27config:
28 coreDump:
29 enabled: false
30 path: /tmp/coredump
31 pfcp:
32 cfgFiles:
33 upf.json:
34 measure: true
35 enable_p4rt: true
36 p4rtciface:
Charles Chanf65aca52022-02-03 00:22:48 -080037 # Should be the same as s1uAddr in ONOS netcfg for the UP4 app.
Yi Tseng32561422021-10-07 15:03:21 -070038 access_ip: "172.17.0.1/32"
Charles Chanf65aca52022-02-03 00:22:48 -080039 # Do not change unless you are deploying ONOS in a custom way.
Charles Chan457366e2022-01-25 13:31:16 -080040 p4rtc_server: "sdfabric-onos-classic-hs"
Yi Tseng32561422021-10-07 15:03:21 -070041 p4rtc_port: "51001"
Charles Chanf65aca52022-02-03 00:22:48 -080042
Yi Tseng32561422021-10-07 15:03:21 -070043service:
44 type: ClusterIP
45 #externalIp:
46 #annotations: