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=45dc0a110672acae959ddb8cf36baa311a56a1fb;hb=131bbe820a984e506160c609e2c85c473f67806d;hp=2b8e9a4ff1ac1c400b51dd920d180cdb9392bde5;hpb=97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b;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 2b8e9a4f..45dc0a11 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -23,30 +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 - server: - # Tomcat listens here - port: 8080 - service: - type: NodePort - port: 30080 - name: dashboard-service + + # 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: - # no suffix required - url: http://ricplt-entry/a1mediator + url: + # The default a1mediator endpoint is http://ricplt-entry/a1mediator + # You can override the a1mediator endpoint using the following option + # prefix: + suffix: '' anrxapp: - # no suffix required - url: http://ricxapp-entry/anr + 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: - # 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 + url: + # The default e2mgr endpoint is http://ricplt-entry/e2mgr + # You can override the e2mgr endpoint using the following option + # prefix: + suffix: /v1