blob: e5e44b3d72081d08fbc9f9953203d342fe6cc6b8 [file] [log] [blame]
Badhrinath987e1d82020-11-20 13:23:58 -06001# Copyright 2020-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5images:
6 tags:
7 init: docker.io/omecproject/pod-init:1.0.0
badhrinathc7549a62021-05-11 18:40:43 -05008 amf: registry.aetherproject.org/omecproject/5gc-amf:onf-release3.0.5-latest
9 nrf: registry.aetherproject.org/omecproject/5gc-nrf:onf-release3.0.5-latest
10 smf: registry.aetherproject.org/omecproject/5gc-smf:onf-release3.0.5-latest
11 ausf: registry.aetherproject.org/omecproject/5gc-ausf:onf-release3.0.5-latest
12 nssf: registry.aetherproject.org/omecproject/5gc-nssf:onf-release3.0.5-latest
13 pcf: registry.aetherproject.org/omecproject/5gc-pcf:onf-release3.0.5-latest
14 udr: registry.aetherproject.org/omecproject/5gc-udr:onf-release3.0.5-latest
15 udm: registry.aetherproject.org/omecproject/5gc-udm:onf-release3.0.5-latest
16 webui: registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-latest
Badhrinath987e1d82020-11-20 13:23:58 -060017 pullPolicy: IfNotPresent
Hyunsun Moon6a651482021-02-26 01:46:44 -080018 # Optionally specify an array of imagePullSecrets.
19 # Secrets must be manually created in the namespace.
20 pullSecrets:
21 - name: aether.registry
Badhrinath987e1d82020-11-20 13:23:58 -060022
23resources:
24 enabled: false
25 amf:
26 requests:
27 cpu: 2
28 memory: 1Gi
29 limits:
30 cpu: 2
31 memory: 1Gi
32 nrf:
33 requests:
34 cpu: 2
35 memory: 1Gi
36 limits:
37 cpu: 2
38 memory: 1Gi
39 smf:
40 requests:
41 cpu: 2
42 memory: 1Gi
43 limits:
44 cpu: 2
45 memory: 1Gi
46 ausf:
47 requests:
48 cpu: 2
49 memory: 1Gi
50 limits:
51 cpu: 2
52 memory: 1Gi
53 nssf:
54 requests:
55 cpu: 2
56 memory: 1Gi
57 limits:
58 cpu: 2
59 memory: 1Gi
60 pcf:
61 requests:
62 cpu: 2
63 memory: 1Gi
64 limits:
65 cpu: 2
66 memory: 1Gi
67 udr:
68 requests:
69 cpu: 2
70 memory: 1Gi
71 limits:
72 cpu: 2
73 memory: 1Gi
74 udm:
75 requests:
76 cpu: 2
77 memory: 1Gi
78 limits:
79 cpu: 2
80 memory: 1Gi
81 webui:
82 requests:
83 cpu: 1
84 memory: 1Gi
85 limits:
86 cpu: 1
87 memory: 1Gi
88
89mongodb:
90 deploy: true
Hyunsun Moon6a651482021-02-26 01:46:44 -080091 fullnameOverride: mongodb
Badhrinath987e1d82020-11-20 13:23:58 -060092 persistence:
93 enabled: false
Hyunsun Moon6a651482021-02-26 01:46:44 -080094 auth:
95 enabled: false
96 serviceAccount:
97 create: false
98 #clusterDomain: cluster.local
99 #architecture: replicaset
100 #replicaCount: 3
Badhrinath987e1d82020-11-20 13:23:58 -0600101
102config:
Hyunsun Moonc73636b2021-03-24 15:47:08 -0700103 useExistingConfigMap: false
Badhrinath987e1d82020-11-20 13:23:58 -0600104 coreDump:
105 enabled: false
106 path: /tmp/coredump
Hyunsun Moon6a651482021-02-26 01:46:44 -0800107 mongodb:
108 name: free5gc
109 url: mongodb://mongodb
Ajay Lotan Thakuref182f42021-05-25 16:41:19 -0500110 logger:
111 # network function
112 AMF:
113 debugLevel: info
114 ReportCaller: false
115 SMF:
116 debugLevel: info
117 ReportCaller: false
118 UDR:
119 debugLevel: info
120 ReportCaller: false
121 UDM:
122 debugLevel: info
123 ReportCaller: false
124 NRF:
125 debugLevel: info
126 ReportCaller: false
127 PCF:
128 debugLevel: info
129 ReportCaller: false
130 AUSF:
131 debugLevel: info
132 ReportCaller: false
133 N3IWF:
134 debugLevel: info
135 ReportCaller: false
136 # library
137 NAS:
138 debugLevel: info
139 ReportCaller: false
140 FSM:
141 debugLevel: info
142 ReportCaller: false
143 NGAP:
144 debugLevel: info
145 ReportCaller: false
146 NamfComm:
147 debugLevel: info
148 ReportCaller: false
149 NamfEventExposure:
150 debugLevel: info
151 ReportCaller: false
152 NsmfPDUSession:
153 debugLevel: info
154 ReportCaller: false
155 NudrDataRepository:
156 debugLevel: info
157 ReportCaller: false
158 OpenApi:
159 debugLevel: info
160 ReportCaller: false
161 Aper:
162 debugLevel: info
163 ReportCaller: false
164 CommonConsumerTest:
165 debugLevel: info
166 ReportCaller: false
167 PFCP:
168 debugLevel: info
169 ReportCaller: false
170 MongoDBLibrary:
171 debugLevel: info
172 ReportCaller: false
173 PathUtil:
174 debugLevel: info
175 ReportCaller: false
176 # webui
177 WEBUI:
178 debugLevel: info
179 ReportCaller: false
Badhrinath987e1d82020-11-20 13:23:58 -0600180 webui:
181 deploy: true
182 podAnnotations:
183 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
184 prometheus:
185 port: 9089
186 nodePort:
187 enabled: false
188 port: 30084
189 urlport:
190 port: 5000
191 nodePort:
192 enabled: false
193 port: 35000
Hyunsun Moon6a651482021-02-26 01:46:44 -0800194 ingress:
195 enabled: false
196 hostname: free5gc.local
197 path: /
198 pathType: Prefix
199 # extraHosts:
200 # - host: free5gc.local
201 # path: /
202 cfgFiles:
203 # https://github.com/free5gc/free5gc/blob/main/config/webuicfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600204 webuicfg.conf:
205 info:
206 version: 1.0.0
207 description: WebUI initial local configuration
Hyunsun Moon6a651482021-02-26 01:46:44 -0800208 configuration: {}
Badhrinath987e1d82020-11-20 13:23:58 -0600209 udm:
210 deploy: true
211 podAnnotations:
212 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
213 prometheus:
214 port: 9089
215 nodePort:
216 enabled: false
217 port: 30084
218 sbi:
219 port: 29503
220 nodePort:
221 enabled: false
222 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800223 cfgFiles:
224 # https://github.com/free5gc/free5gc/blob/main/config/udmcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600225 udmcfg.conf:
226 info:
227 version: 1.0.0
228 description: UDM initial local configuration
229 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800230 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600231 serviceNameList:
232 - nudm-sdm
233 - nudm-uecm
234 - nudm-ueau
235 - nudm-ee
236 - nudm-pp
237 sbi:
238 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700239 bindingIPv4: "0.0.0.0"
240 registerIPv4: udm
Badhrinath987e1d82020-11-20 13:23:58 -0600241 tls:
242 log: free5gc/udmsslkey.log
243 pem: free5gc/support/TLS/udm.pem
244 key: free5gc/support/TLS/udm.key
Vijayab2309782021-04-15 22:55:31 +0530245 keys:
246 udmProfileAHNPublicKey: 5a8d38864820197c3394b92613b20b91633cbd897119273bf8e4a6f4eec0a650
247 udmProfileAHNPrivateKey: c53c22208b61860b06c62e5406a7b330c2b577aa5558981510d128247d38bd1d
248 udmProfileBHNPublicKey: 0472DA71976234CE833A6907425867B82E074D44EF907DFB4B3E21C1C2256EBCD15A7DED52FCBB097A4ED250E036C7B9C8C7004C4EEDC4F068CD7BF8D3F900E3B4
249 udmProfileBHNPrivateKey: F1AB1074477EBCC7F554EA1C5FC368B1616730155E0041AC447D6301975FECDA
Badhrinath987e1d82020-11-20 13:23:58 -0600250 udrclient:
251 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800252 ipv4Addr: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600253 port: 29504
254 nrfclient:
255 scheme: http
Hyunsun Moon6a651482021-02-26 01:46:44 -0800256 ipv4Addr: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600257 port: 29510
Badhrinath987e1d82020-11-20 13:23:58 -0600258 udr:
259 deploy: true
260 podAnnotations:
261 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
262 prometheus:
263 port: 9089
264 nodePort:
265 enabled: false
266 port: 30084
267 sbi:
268 port: 29504
269 nodePort:
270 enabled: false
271 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800272 cfgFiles:
273 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600274 udrcfg.conf:
275 info:
276 version: 1.0.0
277 description: UDR initial local configuration
278 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800279 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600280 sbi:
281 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700282 bindingIPv4: "0.0.0.0"
283 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600284 pcf:
285 deploy: true
286 podAnnotations:
287 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
288 prometheus:
289 port: 9089
290 nodePort:
291 enabled: false
292 port: 30084
293 sbi:
294 port: 29507
295 nodePort:
296 enabled: false
297 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800298 cfgFiles:
299 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600300 pcfcfg.conf:
301 info:
302 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800303 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600304 configuration:
305 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800306 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600307 sbi:
308 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700309 bindingIPv4: "0.0.0.0"
310 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600311 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600312 serviceList:
313 - serviceName: npcf-am-policy-control
314 - serviceName: npcf-smpolicycontrol
315 suppFeat: 3fff
316 - serviceName: npcf-bdtpolicycontrol
317 - serviceName: npcf-policyauthorization
318 suppFeat: 3
319 - serviceName: npcf-eventexposure
320 - serviceName: npcf-ue-policy-control
321 nssf:
322 deploy: true
323 podAnnotations:
324 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
325 prometheus:
326 port: 9089
327 nodePort:
328 enabled: false
329 port: 30084
330 sbi:
331 port: 29531
332 nodePort:
333 enabled: false
334 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800335 cfgFiles:
336 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600337 nssfcfg.conf:
338 info:
339 version: 1.0.0
340 description: NSSF initial local configuration
341 configuration:
342 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800343 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600344 sbi:
345 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700346 bindingIPv4: "0.0.0.0"
347 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600348 serviceNameList:
349 - nnssf-nsselection
350 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600351 supportedPlmnList:
352 - mcc: 208
353 mnc: 93
354 supportedNssaiInPlmnList:
355 - plmnId:
356 mcc: 208
357 mnc: 93
358 supportedSnssaiList:
359 - sst: 1
360 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600361 nsiList:
362 - snssai:
363 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600364 sd: "010203"
365 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800366 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600367 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600368 amf:
369 deploy: true
370 podAnnotations:
371 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
372 prometheus:
373 port: 9089
374 nodePort:
375 enabled: false
376 port: 30084
377 sbi:
378 port: 29518
379 nodePort:
380 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600381 port: 30088
382 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700383 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600384 port: 38412
385 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800386 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600387 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800388 cfgFiles:
389 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600390 amfcfg.conf:
391 info:
392 version: 1.0.0
393 description: AMF initial local configuration
394 configuration:
Vijayab2309782021-04-15 22:55:31 +0530395 ngapIpList:
396 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600397 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800398 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600399 sbi:
400 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700401 bindingIPv4: "0.0.0.0"
402 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600403 serviceNameList:
404 - namf-comm
405 - namf-evts
406 - namf-mt
407 - namf-loc
408 - namf-oam
409 servedGuamiList:
410 - plmnId:
411 mcc: 208
412 mnc: 93
413 amfId: cafe00
414 supportTaiList:
415 - plmnId:
416 mcc: 208
417 mnc: 93
418 tac: 1
419 plmnSupportList:
420 - plmnId:
421 mcc: 208
422 mnc: 93
423 snssaiList:
424 - sst: 1
425 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600426 supportDnnList:
427 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600428 security:
429 integrityOrder:
430 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600431 cipheringOrder:
432 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600433 networkName:
434 full: free5GC
435 short: free
Vijayab2309782021-04-15 22:55:31 +0530436 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
437 enable: true # append this IE in Registration accept or not
438 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
439 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
440 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
441 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
442 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
443 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
444 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
445 t3502Value: 720 # timer value (seconds) at UE side
446 t3512Value: 3600 # timer value (seconds) at UE side
447 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
448 # retransmission timer for paging message
449 t3513:
450 enable: true # true or false
451 expireTime: 6s # default is 6 seconds
452 maxRetryTimes: 4 # the max number of retransmission
453 # retransmission timer for NAS Deregistration Request message
454 t3522:
455 enable: true # true or false
456 expireTime: 6s # default is 6 seconds
457 maxRetryTimes: 4 # the max number of retransmission
458 # retransmission timer for NAS Registration Accept message
459 t3550:
460 enable: true # true or false
461 expireTime: 6s # default is 6 seconds
462 maxRetryTimes: 4 # the max number of retransmission
463 # retransmission timer for NAS Authentication Request/Security Mode Command message
464 t3560:
465 enable: true # true or false
466 expireTime: 6s # default is 6 seconds
467 maxRetryTimes: 4 # the max number of retransmission
468 # retransmission timer for NAS Notification message
469 t3565:
470 enable: true # true or false
471 expireTime: 6s # default is 6 seconds
472 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600473 nrf:
474 deploy: true
475 podAnnotations:
476 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
477 sbi:
478 port: 29510
479 nodePort:
480 enabled: false
481 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800482 cfgFiles:
483 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600484 nrfcfg.conf:
485 info:
486 version: 1.0.0
487 description: NRF initial local configuration
488 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600489 sbi:
490 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700491 bindingIPv4: "0.0.0.0"
492 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600493 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800494 mcc: 208
495 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600496 serviceNameList:
497 - nnrf-nfm
498 - nnrf-disc
499 smf:
500 deploy: true
501 podAnnotations:
502 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
503 n4:
504 port: 8805
505 nodePort:
506 enabled: false
507 port: 30021
508 prometheus:
509 port: 9089
510 nodePort:
511 enabled: false
512 port: 30084
513 sbi:
514 port: 29502
515 nodePort:
516 enabled: false
517 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800518 cfgFiles:
519 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600520 info:
521 version: 1.0.0
522 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800523 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600524 smfcfg.conf:
525 info:
526 version: 1.0.0
527 description: SMF initial local configuration
528 configuration:
529 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800530 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600531 sbi:
532 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700533 bindingIPv4: "0.0.0.0"
534 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600535 tls:
536 key: gofree5gc/support/TLS/smf.key
537 pem: gofree5gc/support/TLS/smf.pem
538 serviceNameList:
539 - nsmf-pdusession
540 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530541 snssaiInfos:
542 - dnnInfos:
543 - dnn: internet
544 dns: # the IP address of DNS
545 ipv4: 8.8.8.8
546 ipv6: 2001:4860:4860::8888
547 ueSubnet: 10.250.0.0/16 # should be CIDR type
548 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600549 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530550 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600551 userplane_information:
552 up_nodes:
553 gNB1:
554 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800555 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600556 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800557 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530558 sNssaiUpfInfos: # S-NSSAI information list for this UPF
559 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
560 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500561 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530562 dnnUpfInfoList: # DNN information list for this S-NSSAI
563 - dnn: internet
564 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
565 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500566 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530567 dnnUpfInfoList: # DNN information list for this S-NSSAI
568 - dnn: internet
569 interfaces: # Interface list for this UPF
570 - interfaceType: N3 # the type of the interface (N3 or N9)
571 endpoints: # the IP address of this N3/N9 interface on this UPF
572 - upf
573 networkInstance: internet # Data Network Name (DNN)
574
Badhrinath987e1d82020-11-20 13:23:58 -0600575 links:
576 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800577 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600578 ausf:
579 deploy: true
580 podAnnotations:
581 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
582 prometheus:
583 port: 9089
584 nodePort:
585 enabled: false
586 port: 30084
587 sbi:
588 port: 29509
589 nodePort:
590 enabled: false
591 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800592 cfgFiles:
593 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600594 ausfcfg.conf:
595 info:
596 version: 1.0.0
597 description: AUSF initial local configuration
598 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800599 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600600 sbi:
601 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700602 bindingIPv4: "0.0.0.0"
603 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600604 serviceNameList:
605 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600606 plmnSupportList:
607 - mcc: 208
608 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600609 groupId: ausfGroup001