-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfree5gc-cm.yaml
107 lines (107 loc) · 2.4 KB
/
free5gc-cm.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
kind: ConfigMap
metadata:
name: 5gc-values
namespace: demo
apiVersion: v1
data:
values.yaml: |+
global:
name: free5gc
userPlaneArchitecture: single # possible values are "single" and "ulcl"
nrf:
service:
name: nrf-nnrf
type: ClusterIP
port: "8000"
nodePort: "30800"
sbi:
scheme: http
amf:
n2if: # NGAP
ipAddress: 10.100.50.249
service:
ngap:
enabled: false
name: amf-n2
port: 38412
nodeport: 31412
protocol: SCTP
type: NodePort
smf:
n4if:
ipAddress: 10.100.50.244
#Global network parametes
n2network:
enabled: true
name: n2network
type: ipvlan
masterIf: eth0
subnetIP: 10.100.50.248
cidr: 29
gatewayIP: 10.100.50.254
excludeIP: 10.100.50.254
n3network:
enabled: true
name: n3network
type: ipvlan
masterIf: eth0
subnetIP: 10.100.50.232
cidr: 29
gatewayIP: 10.100.50.238
excludeIP: 10.100.50.238
n4network:
enabled: true
name: n4network
type: ipvlan
masterIf: eth0
subnetIP: 10.100.50.240
cidr: 29
gatewayIP: 10.100.50.246
excludeIP: 10.100.50.246
n6network:
enabled: true
name: n6network
type: ipvlan
masterIf: eth1
subnetIP: 10.100.100.0
cidr: 24
gatewayIP: 10.100.100.1
excludeIP: 10.100.100.254
n9network:
enabled: true
name: n9network
type: ipvlan
masterIf: eth0
subnetIP: 10.100.50.224
cidr: 29
gatewayIP: 10.100.50.230
excludeIP: 10.100.50.230
deployMongoDb: true
deployAmf: true
deployAusf: true
deployN3iwf: false
deployNrf: true
deployNssf: true
deployPcf: true
deploySmf: true
deployUdm: true
deployUdr: true
deployUpf: true
deployWebui: true
deployDbPython: true
free5gc-nrf:
db:
enabled: false
mongodb:
fullnameOverride: "mongodb"
useStatefulSet: true
auth:
enabled: false
persistence:
size: 6Gi
mountPath: /bitnami/mongodb/data/db/
service:
name: mongodb
type: ClusterIP
port: 27017
nodePort: "30017"