-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupf-configmap.yaml
39 lines (35 loc) · 1.32 KB
/
upf-configmap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
apiVersion: v1
kind: ConfigMap
metadata:
name: upf-configmap
labels:
app: upf-configmap
data:
upfcfg.yaml: |
version: 1.0.3
description: UPF initial local configuration
# The listen IP and nodeID of the N4 interface on this UPF (Can't set to 0.0.0.0)
pfcp:
addr: tobereplaced # IP addr for listening, will be replaced by sed at runcmd level (see kubevirt yaml file runcmd)
nodeID: upf-service # External IP or FQDN can be reached
retransTimeout: 1s # retransmission timeout
maxRetrans: 3 # the max number of retransmission
gtpu:
forwarder: gtp5g
# The IP list of the N3/N9 interfaces on this UPF
# If there are multiple connection, set addr to 0.0.0.0 or list all the addresses
ifList:
- addr: 10.1.130.70
type: N3
# name: upf.5gc.nctu.me
# ifname: gtpif
# mtu: 1400
# The DNN list supported by UPF
dnnList:
- dnn: internet # Data Network Name
cidr: 10.99.0.0/17 # Classless Inter-Domain Routing for assigned IPv4 pool of UE
# natifname: eth0
logger: # log output setting
enable: true # true or false
level: info # how detailed to output, value: trace, debug, info, warn, error, fatal, panic
reportCaller: false # enable the caller report or not, value: true or false