X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;h=d0a881704bc12e276ec38ad8e97a37f406093adc;hb=8c686e8dbc613353518fd823240d6bf17ad6d0a7;hp=45dc0a110672acae959ddb8cf36baa311a56a1fb;hpb=131bbe820a984e506160c609e2c85c473f67806d;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 45dc0a11..d0a88170 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -31,31 +31,48 @@ dashboard: # 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. - # config URLs must be specified at deployment - properties: - # The URL prefixes use K8S/Kong service names - a1med: - url: - # The default a1mediator endpoint is http://ricplt-entry/a1mediator - # You can override the a1mediator endpoint using the following option - # prefix: - suffix: '' - anrxapp: - 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: - # The default e2mgr endpoint is http://ricplt-entry/e2mgr - # You can override the e2mgr endpoint using the following option - # prefix: - suffix: /v1 + # 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 + + # The 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 + 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: + appname: RIC-Dashboard + username: + password: + 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