X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;h=ec1aaeb5d40623ca81f8d45e0aabc32cd77351e6;hb=2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0;hp=d0a881704bc12e276ec38ad8e97a37f406093adc;hpb=2228149af0395d32bcc5de1f9d312a9882246b12;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml index d0a88170..ec1aaeb5 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -27,19 +27,21 @@ dashboard: tag: 1.2.0 replicaCount: 1 - # Service ports are now defined in + # 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: /tmp/dashboard-data + datapath: /opt/data/dashboard-data # The URL prefixes use K8S/Kong service names a1med: @@ -76,3 +78,7 @@ dashboard: ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm ecomp_rest_url: http://portal-app.onap: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