Moving dev back to LF Gerrit
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / dashboard / values.yaml
index 2b8e9a4..a5708c0 100644 (file)
@@ -23,30 +23,78 @@ repositoryCred: docker-reg-cred
 
 dashboard:
   image:
-    name: ric-dash-be
-    tag: 1.0.5
+    name: ric-dashboard
+    tag: 1.2.2
   replicaCount: 1
-  server:
-    # Tomcat listens here
-    port: 8080
-  service:
-    type: NodePort
-    port: 30080
-    name: dashboard-service
-  # config URLs must be specified at deployment
-  properties:
-    # These URLs use K8S/Kong service names
-    a1med:
-      # no suffix required
-      url:  http://ricplt-entry/a1mediator
-    anrxapp:
-      # no suffix required
-      url:  http://ricxapp-entry/anr
-    e2mgr:
-      # suffix must be "/v1"
-      url:  http://ricplt-entry/e2mgr/v1
-      mock:
-        rannames: "" # mock with CSV: "ABCD123456, EFGH123456"
-    xappmgr:
-      # suffix must be "/ric/v1"
-      url:  http://ricplt-entry/appmgr/ric/v1
+
+  # Service ports are now defined in
+  # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
+  # If need to change a service port, make the code change necessary, then
+  # update the _ports.tpl file with the new port number.
+  # The keys listed below MUST be configured in each deployment;
+  # this list does not include all keys recognized by the app.
+
+  # Specify a storage class to bypass the local storage definition.
+  # storageclass:
+  # persist user details as JSON to a persistent volume
+  storagesize: 1Mi
+  # in the container
+  userfile: /dashboard-data/users.json
+  # on the server
+  datapath: /opt/data/dashboard-data
+  
+  # Many URL prefixes use K8S/Kong service names
+  a1med:
+    url:
+      # The default a1mediator prefix is http://ricplt-entry/a1mediator
+      # You can override the value using the following option
+      # prefix:
+      suffix: ''
+  anrxapp:
+    url:
+      # The default anrxapp prefix is http://ricxapp-entry/anr
+      # You can override the value using the following option
+      # prefix:
+      suffix: ''
+  appmgr:
+    url:
+      # The default appmgr prefix is http://ricplt-entry/appmgr
+      # You can override the value using the following option
+      # prefix:
+      suffix: /ric/v1
+  caasingress:
+    # Ignore SSL problems to CaaS-Ingress by enabling this
+    insecure: true
+    aux:
+      url:
+        # The default AUX CaaS-Ingress prefix is TBD
+        # You can override the value using the following option
+        # prefix:
+        suffix: /api
+    plt:
+      url:
+        # The default PLT CaaS-Ingress prefix is TBD
+        # You can override the value using the following option
+        # prefix:
+        suffix: /api
+  e2mgr:
+    url:
+      # The default e2mgr prefix is http://ricplt-entry/e2mgr
+      # You can override the value using the following option
+      # prefix:
+      suffix: /v1
+  cipher:
+    enc:
+      key:
+  portalapi:
+    security: false
+    appname: RIC-Dashboard
+    username: Default
+    password: password
+    ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
+    ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi
+    ueb_app_key: uebkey
+  metrics:
+    url:
+      ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
+      mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true