Added fqdn and port of RSM component to prepare platform routes.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / rtmgr / templates / config.yaml
index 6b3f579..997ae4f 100644 (file)
@@ -45,6 +45,11 @@ data:
              "name": "E2MAN",
              "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" . }}
           }
        ]
     }