X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Fvalues.yaml;h=1b989b0ce3cc59b799101cde838770f3ef1b581c;hb=eff75e0c7e0ff54d63f06a760c1328333a0f9b18;hp=fd1b077474029aa29b1c4edf426e6cd0e38c924f;hpb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml index fd1b0774..1b989b0c 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml @@ -39,9 +39,14 @@ rtmgr: name: rtmgr tag: 0.0.2 - service: - rmr: - route: - port: 4561 - data: - port: 4560 + rpe: rmrpush + sbi: nngpush + sbiurl: 0.0.0.0 + nbi: httpRESTful + nbiurl: http://0.0.0.0:8888 + loglevel: DEBUG + + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number.