X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Fvalues.yaml;h=45dc0a110672acae959ddb8cf36baa311a56a1fb;hb=7dcc52697c36fa991a0281cacc732b738337ded6;hp=17188ac51ca4671e8bef2ad10d3d20523bf3cf58;hpb=0309475769b27702c8c886411222882da8b519b1;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 17188ac5..45dc0a11 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -23,44 +23,39 @@ repositoryCred: docker-reg-cred dashboard: image: - name: ric-dash-be - tag: 1.0.5 + name: ric-dashboard + tag: 1.2.0 replicaCount: 1 - service: - http: - nodeport: 30080 - # Tomcat listens here - containerPort: 8080 + + # 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. + # config URLs must be specified at deployment properties: - # These URLs use K8S/Kong service names + # The URL prefixes 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 + # The default a1mediator endpoint is http://ricplt-entry/a1mediator + # You can override the a1mediator endpoint using the following option + # prefix: + suffix: '' 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 + # The default anrxapp endpoint is http://ricxapp-entry/anr + # You can override the anrxapp endpoint using the following option + # prefix: + suffix: '' + appmgr: 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 + # 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: - # suffix must be "/ric/v1" - suffix: "/ric/v1" - # You can override the URL using the following option - # override: http://ricplt-entry/appmgr/ric/v1 + # The default e2mgr endpoint is http://ricplt-entry/e2mgr + # You can override the e2mgr endpoint using the following option + # prefix: + suffix: /v1