X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fconfigmap.yaml;h=35632c1552a5071786e997825732d45a8a21a77a;hb=e7873992010cbe1274c8afc432b51be090bcd2d5;hp=7ccc8a66d02409d613709b79dcb024c6fefeb043;hpb=033ab424056c2de6bdbc22479e961aeebbaddd37;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml index 7ccc8a66..35632c15 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/configmap.yaml @@ -19,11 +19,25 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "e2mgr.fullname" . }}-router-configmap + name: {{ include "common.configmapname.e2mgr" . }}-router-configmap namespace: {{ include "common.namespace" . }} data: router.txt: | newrt|start - rte|1001|ric-full-e2term:38000 - rte|2002|{{ include "e2mgr.fullname" .}}:3801 + rte|10060|{{ include "common.servicename.e2term.rmr" . }}.ricplt:38000 + rte|10061|{{ include "common.servicename.e2mgr.rmr" . }}.ricplt:3801 + rte|10062|{{ include "common.servicename.e2mgr.rmr" . }}.ricplt:3801 + rte|10080|{{ include "common.servicename.e2mgr.rmr" . }}.ricplt:3801 + rte|10360|{{ include "common.servicename.e2term.rmr" . }}.ricplt:38000 + rte|10361|{{ include "common.servicename.e2mgr.rmr" . }}.ricplt:3801 + rte|10362|{{ include "common.servicename.e2mgr.rmr" . }}.ricplt:3801 + rte|12010|{{ include "common.servicename.e2term.rmr" . }}.ricplt:38000 + rte|20001|{{ include "common.servicename.a1mediator.rmr" . }}.ricplt:4562 + rte|12011|service-ricxapp-admctrl-rmr.ricxapp:4563 + rte|12012|service-ricxapp-admctrl-rmr.ricxapp:4563 + rte|12021|service-ricxapp-admctrl-rmr.ricxapp:4563;service-ricxapp-ueec-rmr.ricxapp:4560 + rte|12022|service-ricxapp-admctrl-rmr.ricxapp:4563;service-ricxapp-ueec-rmr.ricxapp:4560 + rte|12050|service-ricxapp-admctrl-rmr.ricxapp:4563;service-ricxapp-ueec-rmr.ricxapp:4560 + rte|20000|service-ricxapp-admctrl-rmr.ricxapp:4563 newrt|end +