Create RMR route listening services. Further integrating charts with common template.
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
index 48da930..17188ac 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# Default values for dashboard.
-# This is a YAML-formatted file.
-# Declare variables to be passed into your templates.
+# Deployment values for dashboard.
 
-replicaCount: 1
 repository: "nexus3.o-ran-sc.org:10004"
 imagePullPolicy: IfNotPresent
 repositoryCred: docker-reg-cred
@@ -27,10 +24,43 @@ repositoryCred: docker-reg-cred
 dashboard:
   image:
     name: ric-dash-be
-    tag: 1.0.0-SNAPSHOT
-  
-  
+    tag: 1.0.5
+  replicaCount: 1
   service:
-    type: NodePort
-    port: 80
-  
+    http:
+      nodeport: 30080
+      # Tomcat listens here
+      containerPort: 8080
+  # config URLs must be specified at deployment
+  properties:
+    # These URLs use K8S/Kong service names
+    a1med:
+      # The URL will be provided by the RIC common template
+      url:
+        # no suffix required
+        suffix: ""
+        # You can override the URL using the following option
+        # override:  http://ricplt-entry/a1mediator
+    anrxapp:
+      # The URL will be provided by the RIC common template
+      url:
+        # no suffix required
+        suffix: ""
+        # You can override the URL using the following option
+        # override:  http://ricxapp-entry/anr
+    e2mgr:
+      # The URL will be provided by the RIC common template
+      url:
+        # suffix must be "/v1"
+        suffix: "/v1"
+        # You can override the URL using the following option
+        # override:  http://ricplt-entry/e2mgr/v1
+      mock:
+        rannames: "" # mock with CSV; e.g., ABCD123456, EFGH123456
+    xappmgr:
+      # The URL will be provided by the RIC common template
+      url:
+        # suffix must be "/ric/v1"
+        suffix: "/ric/v1"
+        # You can override the URL using the following option
+        # override:  http://ricplt-entry/appmgr/ric/v1