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=2b8e9a4ff1ac1c400b51dd920d180cdb9392bde5;hb=ca722e6a52445d9148ee361d0cc6eaba1bbb7610;hp=e3a129de29dd9a4aaa2659bd4f33c72081e23d22;hpb=d32ff1f486548b1a6123761055c2757c5762904f;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 e3a129de..2b8e9a4f 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -24,7 +24,7 @@ repositoryCred: docker-reg-cred dashboard: image: name: ric-dash-be - tag: 1.0.4 + tag: 1.0.5 replicaCount: 1 server: # Tomcat listens here @@ -35,11 +35,18 @@ dashboard: name: dashboard-service # config URLs must be specified at deployment properties: + # These URLs use K8S/Kong service names a1med: + # no suffix required url: http://ricplt-entry/a1mediator anrxapp: + # no suffix required url: http://ricxapp-entry/anr e2mgr: - url: http://ricplt-entry/e2mgr + # suffix must be "/v1" + url: http://ricplt-entry/e2mgr/v1 + mock: + rannames: "" # mock with CSV: "ABCD123456, EFGH123456" xappmgr: - url: http://ricplt-entry/appmgr \ No newline at end of file + # suffix must be "/ric/v1" + url: http://ricplt-entry/appmgr/ric/v1