blob: 4b9beef51297d9fa1dadb1fb1baeebe3c323eea1 [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 udr:
251 deploy: true
252 podAnnotations:
253 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
254 prometheus:
255 port: 9089
256 nodePort:
257 enabled: false
258 port: 30084
259 sbi:
260 port: 29504
261 nodePort:
262 enabled: false
263 port: 30074
Hyunsun Moon6a651482021-02-26 01:46:44 -0800264 cfgFiles:
265 # https://github.com/free5gc/free5gc/blob/main/config/udrcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600266 udrcfg.conf:
267 info:
268 version: 1.0.0
269 description: UDR initial local configuration
270 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800271 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600272 sbi:
273 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700274 bindingIPv4: "0.0.0.0"
275 registerIPv4: udr
Badhrinath987e1d82020-11-20 13:23:58 -0600276 pcf:
277 deploy: true
278 podAnnotations:
279 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
280 prometheus:
281 port: 9089
282 nodePort:
283 enabled: false
284 port: 30084
285 sbi:
286 port: 29507
287 nodePort:
288 enabled: false
289 port: 30077
Hyunsun Moon6a651482021-02-26 01:46:44 -0800290 cfgFiles:
291 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600292 pcfcfg.conf:
293 info:
294 version: 1.0.0
Hyunsun Moon6a651482021-02-26 01:46:44 -0800295 description: PCF initial local configuration
Badhrinath987e1d82020-11-20 13:23:58 -0600296 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000297 mongodb: # the mongodb connected by this PCF
298 name: free5gc # name of the mongodb
299 url: mongodb://mongodb-arbiter-headless:27017 # a valid URL of the mongodb
Badhrinath987e1d82020-11-20 13:23:58 -0600300 pcfName: PCF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800301 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600302 sbi:
303 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700304 bindingIPv4: "0.0.0.0"
305 registerIPv4: pcf
Badhrinath987e1d82020-11-20 13:23:58 -0600306 defaultBdtRefId: BdtPolicyId-
Badhrinath987e1d82020-11-20 13:23:58 -0600307 serviceList:
308 - serviceName: npcf-am-policy-control
309 - serviceName: npcf-smpolicycontrol
310 suppFeat: 3fff
311 - serviceName: npcf-bdtpolicycontrol
312 - serviceName: npcf-policyauthorization
313 suppFeat: 3
314 - serviceName: npcf-eventexposure
315 - serviceName: npcf-ue-policy-control
316 nssf:
317 deploy: true
318 podAnnotations:
319 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
320 prometheus:
321 port: 9089
322 nodePort:
323 enabled: false
324 port: 30084
325 sbi:
326 port: 29531
327 nodePort:
328 enabled: false
329 port: 30081
Hyunsun Moon6a651482021-02-26 01:46:44 -0800330 cfgFiles:
331 # https://github.com/free5gc/free5gc/blob/main/config/nssfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600332 nssfcfg.conf:
333 info:
334 version: 1.0.0
335 description: NSSF initial local configuration
336 configuration:
337 nssfName: NSSF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800338 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600339 sbi:
340 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700341 bindingIPv4: "0.0.0.0"
342 registerIPv4: nssf
Badhrinath987e1d82020-11-20 13:23:58 -0600343 serviceNameList:
344 - nnssf-nsselection
345 - nnssf-nssaiavailability
Badhrinath987e1d82020-11-20 13:23:58 -0600346 supportedPlmnList:
347 - mcc: 208
348 mnc: 93
349 supportedNssaiInPlmnList:
350 - plmnId:
351 mcc: 208
352 mnc: 93
353 supportedSnssaiList:
354 - sst: 1
355 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600356 nsiList:
357 - snssai:
358 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600359 sd: "010203"
360 nsiInformationList:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800361 - nrfId: http://nrf:29510/nnrf-nfm/v1/nf-instances
Badhrinath987e1d82020-11-20 13:23:58 -0600362 nsiId: 22
Badhrinath987e1d82020-11-20 13:23:58 -0600363 amf:
364 deploy: true
365 podAnnotations:
366 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
367 prometheus:
368 port: 9089
369 nodePort:
370 enabled: false
371 port: 30084
372 sbi:
373 port: 29518
374 nodePort:
375 enabled: false
Badhrinath987e1d82020-11-20 13:23:58 -0600376 port: 30088
377 ngapp:
Hyunsun Moon841690e2021-05-20 19:26:03 -0700378 #externalIp:
Badhrinath987e1d82020-11-20 13:23:58 -0600379 port: 38412
380 nodePort:
Pingping Linc119deb2021-03-04 13:21:52 -0800381 enabled: true
Badhrinath987e1d82020-11-20 13:23:58 -0600382 port: 30071
Hyunsun Moon6a651482021-02-26 01:46:44 -0800383 cfgFiles:
384 # https://github.com/free5gc/free5gc/blob/main/config/amfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600385 amfcfg.conf:
386 info:
387 version: 1.0.0
388 description: AMF initial local configuration
389 configuration:
Vijayab2309782021-04-15 22:55:31 +0530390 ngapIpList:
391 - "0.0.0.0"
Badhrinath987e1d82020-11-20 13:23:58 -0600392 amfName: AMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800393 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600394 sbi:
395 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700396 bindingIPv4: "0.0.0.0"
397 registerIPv4: amf
Badhrinath987e1d82020-11-20 13:23:58 -0600398 serviceNameList:
399 - namf-comm
400 - namf-evts
401 - namf-mt
402 - namf-loc
403 - namf-oam
404 servedGuamiList:
405 - plmnId:
406 mcc: 208
407 mnc: 93
408 amfId: cafe00
409 supportTaiList:
410 - plmnId:
411 mcc: 208
412 mnc: 93
413 tac: 1
414 plmnSupportList:
415 - plmnId:
416 mcc: 208
417 mnc: 93
418 snssaiList:
419 - sst: 1
420 sd: "010203"
Badhrinath987e1d82020-11-20 13:23:58 -0600421 supportDnnList:
422 - internet
Badhrinath987e1d82020-11-20 13:23:58 -0600423 security:
424 integrityOrder:
425 - NIA2
Badhrinath987e1d82020-11-20 13:23:58 -0600426 cipheringOrder:
427 - NEA0
Badhrinath987e1d82020-11-20 13:23:58 -0600428 networkName:
429 full: free5GC
430 short: free
Vijayab2309782021-04-15 22:55:31 +0530431 networkFeatureSupport5GS: # 5gs Network Feature Support IE, refer to TS 24.501
432 enable: true # append this IE in Registration accept or not
433 imsVoPS: 0 # IMS voice over PS session indicator (uinteger, range: 0~1)
434 emc: 0 # Emergency service support indicator for 3GPP access (uinteger, range: 0~3)
435 emf: 0 # Emergency service fallback indicator for 3GPP access (uinteger, range: 0~3)
436 iwkN26: 0 # Interworking without N26 interface indicator (uinteger, range: 0~1)
437 mpsi: 0 # MPS indicator (uinteger, range: 0~1)
438 emcN3: 0 # Emergency service support indicator for Non-3GPP access (uinteger, range: 0~1)
439 mcsi: 0 # MCS indicator (uinteger, range: 0~1)
440 t3502Value: 720 # timer value (seconds) at UE side
441 t3512Value: 3600 # timer value (seconds) at UE side
442 non3gppDeregistrationTimerValue: 3240 # timer value (seconds) at UE side
443 # retransmission timer for paging message
444 t3513:
445 enable: true # true or false
446 expireTime: 6s # default is 6 seconds
447 maxRetryTimes: 4 # the max number of retransmission
448 # retransmission timer for NAS Deregistration Request message
449 t3522:
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 Registration Accept message
454 t3550:
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 Authentication Request/Security Mode Command message
459 t3560:
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 Notification message
464 t3565:
465 enable: true # true or false
466 expireTime: 6s # default is 6 seconds
467 maxRetryTimes: 4 # the max number of retransmission
Badhrinath987e1d82020-11-20 13:23:58 -0600468 nrf:
469 deploy: true
470 podAnnotations:
471 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
472 sbi:
473 port: 29510
474 nodePort:
475 enabled: false
476 port: 30070
Hyunsun Moon6a651482021-02-26 01:46:44 -0800477 cfgFiles:
478 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600479 nrfcfg.conf:
480 info:
481 version: 1.0.0
482 description: NRF initial local configuration
483 configuration:
Badhrinath987e1d82020-11-20 13:23:58 -0600484 sbi:
485 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700486 bindingIPv4: "0.0.0.0"
487 registerIPv4: nrf
Badhrinath987e1d82020-11-20 13:23:58 -0600488 DefaultPlmnId:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800489 mcc: 208
490 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600491 serviceNameList:
492 - nnrf-nfm
493 - nnrf-disc
494 smf:
495 deploy: true
496 podAnnotations:
497 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
498 n4:
499 port: 8805
500 nodePort:
501 enabled: false
502 port: 30021
503 prometheus:
504 port: 9089
505 nodePort:
506 enabled: false
507 port: 30084
508 sbi:
509 port: 29502
510 nodePort:
511 enabled: false
512 port: 30080
Hyunsun Moon6a651482021-02-26 01:46:44 -0800513 cfgFiles:
514 uerouting.conf:
Badhrinath987e1d82020-11-20 13:23:58 -0600515 info:
516 version: 1.0.0
517 description: Routing information for UE
Hyunsun Moon6a651482021-02-26 01:46:44 -0800518 # https://github.com/free5gc/free5gc/blob/main/config/smfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600519 smfcfg.conf:
520 info:
521 version: 1.0.0
522 description: SMF initial local configuration
523 configuration:
Hyunsun Moon858a1092021-05-25 21:51:56 +0000524 pfcp:
Ajay Lotan Thakurbb187062021-06-08 23:39:26 -0500525 addr: "POD_IP"
Badhrinath987e1d82020-11-20 13:23:58 -0600526 smfName: SMF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800527 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600528 sbi:
529 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700530 bindingIPv4: "0.0.0.0"
531 registerIPv4: smf
Badhrinath987e1d82020-11-20 13:23:58 -0600532 tls:
533 key: gofree5gc/support/TLS/smf.key
534 pem: gofree5gc/support/TLS/smf.pem
535 serviceNameList:
536 - nsmf-pdusession
537 - nsmf-event-exposure
Vijayab2309782021-04-15 22:55:31 +0530538 snssaiInfos:
539 - dnnInfos:
540 - dnn: internet
541 dns: # the IP address of DNS
542 ipv4: 8.8.8.8
543 ipv6: 2001:4860:4860::8888
544 ueSubnet: 10.250.0.0/16 # should be CIDR type
545 sNssai:
Badhrinath987e1d82020-11-20 13:23:58 -0600546 sd: "010203"
Vijayab2309782021-04-15 22:55:31 +0530547 sst: 1
Badhrinath987e1d82020-11-20 13:23:58 -0600548 userplane_information:
549 up_nodes:
550 gNB1:
551 type: AN
Hyunsun Moon6a651482021-02-26 01:46:44 -0800552 UPF:
Badhrinath987e1d82020-11-20 13:23:58 -0600553 type: UPF
Hyunsun Moon6a651482021-02-26 01:46:44 -0800554 node_id: upf
Vijayab2309782021-04-15 22:55:31 +0530555 sNssaiUpfInfos: # S-NSSAI information list for this UPF
556 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
557 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500558 sd: "010203" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530559 dnnUpfInfoList: # DNN information list for this S-NSSAI
560 - dnn: internet
561 - sNssai: # S-NSSAI (Single Network Slice Selection Assistance Information)
562 sst: 1 # Slice/Service Type (uinteger, range: 0~255)
Ajay Lotan Thakur88fea892021-05-24 19:05:18 -0500563 sd: "112233" # Slice Differentiator (3 bytes hex string, range: 000000~FFFFFF)
Vijayab2309782021-04-15 22:55:31 +0530564 dnnUpfInfoList: # DNN information list for this S-NSSAI
565 - dnn: internet
566 interfaces: # Interface list for this UPF
567 - interfaceType: N3 # the type of the interface (N3 or N9)
568 endpoints: # the IP address of this N3/N9 interface on this UPF
569 - upf
570 networkInstance: internet # Data Network Name (DNN)
571
Badhrinath987e1d82020-11-20 13:23:58 -0600572 links:
573 - A: gNB1
Hyunsun Moon6a651482021-02-26 01:46:44 -0800574 B: UPF
Badhrinath987e1d82020-11-20 13:23:58 -0600575 ausf:
576 deploy: true
577 podAnnotations:
578 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
579 prometheus:
580 port: 9089
581 nodePort:
582 enabled: false
583 port: 30084
584 sbi:
585 port: 29509
586 nodePort:
587 enabled: false
588 port: 30082
Hyunsun Moon6a651482021-02-26 01:46:44 -0800589 cfgFiles:
590 # https://github.com/free5gc/free5gc/blob/main/config/ausfcfg.yaml
Badhrinath987e1d82020-11-20 13:23:58 -0600591 ausfcfg.conf:
592 info:
593 version: 1.0.0
594 description: AUSF initial local configuration
595 configuration:
Hyunsun Moon6a651482021-02-26 01:46:44 -0800596 nrfUri: http://nrf:29510
Badhrinath987e1d82020-11-20 13:23:58 -0600597 sbi:
598 scheme: http
rootd623d5b2021-03-11 09:06:34 -0700599 bindingIPv4: "0.0.0.0"
600 registerIPv4: ausf
Badhrinath987e1d82020-11-20 13:23:58 -0600601 serviceNameList:
602 - nausf-auth
Badhrinath987e1d82020-11-20 13:23:58 -0600603 plmnSupportList:
604 - mcc: 208
605 mnc: 93
Badhrinath987e1d82020-11-20 13:23:58 -0600606 groupId: ausfGroup001