Skip to content

Commit 2cc5d40

Browse files
authored
Merge pull request #22 from thakurajayL/ajayl/dev-upfadapter-clean
Disable upf adapter while stats support in adapter is missing
2 parents 8749260 + f04c5df commit 2cc5d40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/core/templates/radio-5g-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ omec-control-plane:
6060
port: 38412
6161

6262
upfadapter:
63-
deploy: true # If enabled then deploy upf adapter pod
63+
deploy: false # If enabled then deploy upf adapter pod
6464

6565
metricfunc:
6666
deploy: true

roles/core/templates/sdcore-5g-sriov-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ omec-control-plane:
6060
port: 38412
6161

6262
upfadapter:
63-
deploy: true # If enabled then deploy upf adapter pod
63+
deploy: false # If enabled then deploy upf adapter pod
6464

6565
metricfunc:
6666
deploy: true

roles/core/templates/sdcore-5g-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ omec-control-plane:
6060
port: 38412
6161

6262
upfadapter:
63-
deploy: true # If enabled then deploy upf adapter pod
63+
deploy: false # If enabled then deploy upf adapter pod
6464

6565
metricfunc:
6666
deploy: true

0 commit comments

Comments
 (0)