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=17188ac51ca4671e8bef2ad10d3d20523bf3cf58;hb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;hp=f8384835a7faa2e2a156440e36bd61b393993a1e;hpb=da129aea253ed6e0870392e878c11c6263f8bfff;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 f8384835..17188ac5 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -26,20 +26,41 @@ dashboard: name: ric-dash-be tag: 1.0.5 replicaCount: 1 - server: - # Tomcat listens here - port: 8080 service: - type: NodePort - port: 30080 - name: dashboard-service + http: + nodeport: 30080 + # Tomcat listens here + containerPort: 8080 # config URLs must be specified at deployment properties: + # These URLs use K8S/Kong service names a1med: - url: http://ricplt-entry/a1mediator + # 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: - url: http://ricxapp-entry/anr + # 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: - url: http://ricplt-entry/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: - url: http://ricplt-entry/appmgr + # 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