Skip to content
Snippets Groups Projects
Commit f99caa9a authored by Sagar Arora's avatar Sagar Arora :bicyclist_tone1:
Browse files

Added sgi interface in parent charts

parent 795b2ed5
No related branches found
No related tags found
1 merge request!52Completely new helm chart for all the network functions
......@@ -105,6 +105,7 @@ oai-spgwu-tiny:
hostInterface: "ens2f0np0"
config:
sgwS1uIf: "eth0" # n3 interface, net1 if gNB is outside the cluster network and multus creation is true else eth0
pgwSgiIf: "eth0" # net1 if gNB is outside the cluster network and multus creation is true else eth0 (important because it sends the traffic towards internet)
nssaiSst0: 1 # should match with SMF information
nssaiSd0: 10203 # should match with SMF information
dnn0: "oai" # should match with SMF information
......
......@@ -72,6 +72,7 @@ oai-spgwu-tiny:
nodeSelector: {}
config:
sgwS1uIf: "eth0" # net1 if gNB is outside the cluster network and multus creation is true else eth0
pgwSgiIf: "eth0" # net1 if gNB is outside the cluster network and multus creation is true else eth0 (important because it sends the traffic towards internet)
nssaiSst0: 1 # should match with SMF information
nssaiSd0: 10203 # should match with SMF information
dnn0: "oai" # should match with SMF information
......
......@@ -116,6 +116,7 @@ oai-spgwu-tiny:
nodeSelector: {}
config:
sgwS1uIf: "eth0" # net1 if gNB is outside the cluster network and multus creation is true else eth0
pgwSgiIf: "eth0" # net1 if gNB is outside the cluster network and multus creation is true else eth0 (important because it sends the traffic towards internet)
nssaiSst0: 1 # should match with SMF information
nssaiSd0: 10203 # should match with SMF information
dnn0: "oai" # should match with SMF information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment