Fixes for ric-aux

Incorporating fixes identified during 06/26 testing.

Change-Id: I24d5ce8d1d137b0df0173b4cb9ce788ec8a57fc9
Signed-off-by: wrider <lji@research.att.com>
diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml
index eb94646..e3a129d 100644
--- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml
+++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml
@@ -36,10 +36,10 @@
   # config URLs must be specified at deployment
   properties:
     a1med:
-      url:  http://values-yaml-default-A1-URL
+      url:  http://ricplt-entry/a1mediator
     anrxapp:
-      url:  http://values-yaml-default-ANR-URL
+      url:  http://ricxapp-entry/anr
     e2mgr:
-      url:  http://values-yaml-default-E2-URL
+      url:  http://ricplt-entry/e2mgr
     xappmgr:
-      url:  http://values-yaml-default-MGR-URL
+      url:  http://ricplt-entry/appmgr
\ No newline at end of file
diff --git a/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/service.yaml b/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/service.yaml
index dfd90b2..eac67fc 100644
--- a/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/service.yaml
+++ b/ric-aux/80-Auxiliary-Functions/helm/message-router/templates/service.yaml
@@ -16,7 +16,7 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: {{ include "common.servicename" .  }}
+  name: {{ include "common.fullname" .  }}
   namespace: {{ include "common.namespace" . }}
   labels:
     app: {{ include "common.name" . }}
@@ -26,7 +26,7 @@
   annotations:
     msb.onap.org/service-info: '[
       {
-          "serviceName": "{{ include "common.servicename" . }}",
+          "serviceName": "{{ include "common.fullname" . }}",
           "version": "v1",
           "url": "/",
           "protocol": "REST",