images: repository: #default docker hub tags: bess: omec/upf-epc-bess:rel-1.4.1 pfcpiface: omec/upf-epc-pfcpiface:rel-1.4.1 tools: busybox:stable pullPolicy: IfNotPresent # Secrets must be manually created in the namespace. #pullSecrets: # - name: aether.registry nodeSelectors: enabled: true upf: label: kubernetes.io/hostname value: k8s-upf resources: enabled: true bess: requests: cpu: 10 memory: 10Gi limits: cpu: 10 memory: 10Gi routectl: requests: cpu: 256m memory: 128Mi limits: cpu: 256m memory: 128Mi web: requests: cpu: 256m memory: 128Mi limits: cpu: 256m memory: 128Mi cpiface: requests: cpu: 256m memory: 128Mi limits: cpu: 256m memory: 128Mi config: coreDump: enabled: false path: /tmp/coredump gratuitousArp: enabled: true interval: 10 # seconds upf: # Enable privileged when run from VM with sriov support privileged: false prometheus: port: 8080 # Provide nodePort when serviceType is NodePort #nodePort: 30088 hugepage: enabled: false sriov: enabled: false # Dynamic IP allocation is not supported yet # Custom routes inside UPF routes: - to: 10.100.2.75/32 via: 10.100.0.1 enb: subnet: 10.100.0.0/16 access: ipam: static cniPlugin: macvlan # Provide sriov resource name when sriov is enabled #resourceName: "intel.com/intel_sriov_vfio" gateway: 10.100.0.1 ip: 10.100.2.55/24 #mac: #vlan: iface: enp1s0 core: ipam: static cniPlugin: macvlan # Provide sriov resource name when sriov is enabled #resourceName: "intel.com/intel_sriov_vfio" gateway: 10.100.0.1 ip: 10.100.3.55/24 #mac: #vlan: iface: enp1s0 cfgFiles: upf.jsonc: mode: af_packet workers: 1 max_sessions: 50000 table_sizes: pdrLookup: 50000 appQERLookup: 200000 sessionQERLookup: 100000 farLookup: 150000 access: ifname: access core: ifname: core measure_upf: true measure_flow: false enable_notify_bess: true notify_sockaddr: "/pod-share/notifycp" cpiface: dnn: "internet" hostname: "upf" http_port: "8080" # Default global rate limits. Can be changed at runtime via BESS gRPC. slice_rate_limit_config: # Uplink n6_bps: 1000000000 # 1Gbps n6_burst_bytes: 12500000 # 10ms * 1Gbps # Downlink n3_bps: 1000000000 # 1Gbps n3_burst_bytes: 12500000 # 10ms * 1Gbps qci_qos_config: - qci: 0 # Fallback QCI cbs: 50000 ebs: 50000 pbs: 50000 burst_duration_ms: 10 priority: 7 service: type: ClusterIP #externalIp: #annotations: servicemonitor: enabled: false podsecuritypolicy: enabled: false