Add nexus-helm submodule for nexus ci job to generate nexus image.
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
index eb94646..2b8e9a4 100644 (file)
@@ -24,7 +24,7 @@ repositoryCred: docker-reg-cred
 dashboard:
   image:
     name: ric-dash-be
-    tag: 1.0.4
+    tag: 1.0.5
   replicaCount: 1
   server:
     # Tomcat listens here
@@ -35,11 +35,18 @@ dashboard:
     name: dashboard-service
   # config URLs must be specified at deployment
   properties:
+    # These URLs use K8S/Kong service names
     a1med:
-      url:  http://values-yaml-default-A1-URL
+      # no suffix required
+      url:  http://ricplt-entry/a1mediator
     anrxapp:
-      url:  http://values-yaml-default-ANR-URL
+      # no suffix required
+      url:  http://ricxapp-entry/anr
     e2mgr:
-      url:  http://values-yaml-default-E2-URL
+      # suffix must be "/v1"
+      url:  http://ricplt-entry/e2mgr/v1
+      mock:
+        rannames: "" # mock with CSV: "ABCD123456, EFGH123456"
     xappmgr:
-      url:  http://values-yaml-default-MGR-URL
+      # suffix must be "/ric/v1"
+      url:  http://ricplt-entry/appmgr/ric/v1