blob: 08a48e1f9ff3143e98a6bc28a0321718ea777a08 [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
10 # Secrets must be manually created in the namespace.
11 pullSecrets:
12 - "aether.registry"
13
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:
35 cfgFiles:
36 upf.json:
37 measure: true
38 enable_p4rt: true
39 p4rtciface:
40 access_ip: "172.17.0.1/32"
Charles Chan457366e2022-01-25 13:31:16 -080041 p4rtc_server: "sdfabric-onos-classic-hs"
Yi Tseng32561422021-10-07 15:03:21 -070042 p4rtc_port: "51001"
43service:
44 type: ClusterIP
45 #externalIp:
46 #annotations: