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=997ae4f7b0d7ec28c428144a00dc00c9f4b14578;hb=4ba44b4513bcc039a61baba27ff21dc9849cca95;hp=0214fc3bb859a7afff155b941c8117e46a668506;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;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 0214fc3b..997ae4f7 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,23 @@ data: [ { "name": "E2TERM", - "fqdn": "{{ include "common.servicename.e2term.rmr" . }}", + "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" . }}", + "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" . }}", + "fqdn": "{{ printf "%s.%s" (include "common.servicename.e2mgr.rmr" .) (include "common.namespace.platform" .) }}", "port": {{ include "common.serviceport.e2mgr.rmr.data" . }} + }, + { + "name": "RSM", + "fqdn": "{{ printf "%s.%s" (include "common.servicename.rsm.rmr" .) (include "common.namespace.platform" .) }}", + "port": {{ include "common.serviceport.rsm.rmr.data" . }} } ] }