Using common template to provide endpoints to dashboard
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
index f838483..77a3a5c 100644 (file)
@@ -23,23 +23,38 @@ repositoryCred: docker-reg-cred
 
 dashboard:
   image:
-    name: ric-dash-be
-    tag: 1.0.5
+    name: ric-dashboard
+    tag: 1.2.0
   replicaCount: 1
-  server:
-    # Tomcat listens here
-    port: 8080
   service:
-    type: NodePort
-    port: 30080
-    name: dashboard-service
+    http:
+      nodeport: 30080
+      # Tomcat listens here
+      containerPort: 8080
   # config URLs must be specified at deployment
   properties:
+    # The URL prefixes use K8S/Kong service names
     a1med:
-      url:  http://ricplt-entry/a1mediator
+      url:
+        # The default a1mediator endpoint is http://ricplt-entry/a1mediator
+        # You can override the a1mediator endpoint using the following option
+        # prefix:
+        suffix: ''
     anrxapp:
-      url:  http://ricxapp-entry/anr
+      url:
+        # The default anrxapp endpoint is http://ricxapp-entry/anr
+        # You can override the anrxapp endpoint using the following option
+        # prefix:
+        suffix: ''
+    appmgr:
+      url:
+        # The default appmgr endpoint is http://ricplt-entry/appmgr
+        # You can override the appmgr endpoint using the following option
+        # prefix:
+        suffix: /ric/v1
     e2mgr:
-      url:  http://ricplt-entry/e2mgr
-    xappmgr:
-      url:  http://ricplt-entry/appmgr
+      url:
+        # The default e2mgr endpoint is http://ricplt-entry/e2mgr
+        # You can override the e2mgr endpoint using the following option
+        # prefix:
+        suffix: /v1