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=6b3f57967a0dfb285674a2674f637aecf9af065f;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=9cd05fa30a79146898c1bf26d042486584ad3418;hpb=35f4069bf0175d1c03bb3a9ce7fc35ef5fd9397f;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..6b3f5796 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/config.yaml @@ -33,18 +33,18 @@ data: [ { "name": "E2TERM", - "fqdn": "{{ include "common.servicename.e2term.rmr" . }}", - "port": 4561 + "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2term.rmr" .) (include "common.namespace.platform" .) }}", + "port": {{ include "common.serviceport.e2term.rmr.data" . }} }, { "name": "SUBMAN", - "fqdn": "{{ include "common.servicename.submgr.rmr" . }}", - "port": 4561 + "fqdn": "{{ printf "%s.%s" (include "common.servicename.submgr.rmr" .) (include "common.namespace.platform" .) }}", + "port": {{ include "common.serviceport.submgr.rmr.data" . }} }, { "name": "E2MAN", - "fqdn": "{{ include "common.servicename.e2mgr.rmr" . }}", - "port": 4561 + "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2mgr.rmr" .) (include "common.namespace.platform" .) }}", + "port": {{ include "common.serviceport.e2mgr.rmr.data" . }} } ] }