Skip to content

Commit

Permalink
fix: correct gtpu config & change smf to right version & reorder nad
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz508 committed Nov 7, 2024
1 parent 2ad9a90 commit 35cacd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/free5gc/charts/free5gc-smf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ smf:
replicaCount: 1
image:
name: free5gc/smf
tag: v3.4.3
tag: latest
pullPolicy: Always
service:
type: ClusterIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data:
# 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: {{ .n3if.ipAddress }}
- addr: 0.0.0.0
type: N3
- addr: {{ .n9if.ipAddress }}
type: N9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ spec:
"ips": [ "{{ .n9if.ipAddress }}/{{ $.Values.global.n9network.cidr }}" ],
"gateway": [ "{{ $.Values.global.n9network.gatewayIP }}" ]
},
{ "name": "{{ $.Values.global.n6network.name }}-{{ include "free5gc-upf.fullname" $ }}",
"interface": "n6",
"ips": [ "{{ .n6if.ipAddress }}/{{ $.Values.global.n6network.cidr }}" ],
"gateway": [ "{{ $.Values.global.n6network.gatewayIP }}" ]
},
{ "name": "{{ $.Values.global.n4network.name }}-{{ include "free5gc-upf.fullname" $ }}",
"interface": "n4",
"ips": [ "{{ .n4if.ipAddress }}/{{ $.Values.global.n4network.cidr }}" ],
"gateway": [ "{{ $.Values.global.n4network.gatewayIP }}" ]
},
{ "name": "{{ $.Values.global.n6network.name }}-{{ include "free5gc-upf.fullname" $ }}",
"interface": "n6",
"ips": [ "{{ .n6if.ipAddress }}/{{ $.Values.global.n6network.cidr }}" ],
"gateway": [ "{{ $.Values.global.n6network.gatewayIP }}" ]
}
]'
checksum/config: {{ include (print $.Template.BasePath "/upfb/upfb-configmap.yaml") $ | sha256sum }}
Expand Down

0 comments on commit 35cacd0

Please sign in to comment.