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=0214fc3bb859a7afff155b941c8117e46a668506;hpb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;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..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,17 +33,17 @@ 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" . }} } ]