X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fconfig.yaml;h=0214fc3bb859a7afff155b941c8117e46a668506;hb=a9ae10bcbf57300b65fb0f39090034554c59270c;hp=9cd05fa30a79146898c1bf26d042486584ad3418;hpb=0309475769b27702c8c886411222882da8b519b1;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml index 9cd05fa3..0214fc3b 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml @@ -34,17 +34,17 @@ data: { "name": "E2TERM", "fqdn": "{{ include "common.servicename.e2term.rmr" . }}", - "port": 4561 + "port": {{ include "common.serviceport.e2term.rmr.data" . }} }, { "name": "SUBMAN", "fqdn": "{{ include "common.servicename.submgr.rmr" . }}", - "port": 4561 + "port": {{ include "common.serviceport.submgr.rmr.data" . }} }, { "name": "E2MAN", "fqdn": "{{ include "common.servicename.e2mgr.rmr" . }}", - "port": 4561 + "port": {{ include "common.serviceport.e2mgr.rmr.data" . }} } ] }