From: subhash kumar singh Date: Wed, 30 Nov 2022 19:10:20 +0000 (+0000) Subject: Fix config file to point correct URL X-Git-Tag: 2.0.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F9880%2F1;p=ric-plt%2Fricdms.git Fix config file to point correct URL Fixed the URLs to point correct services. Signed-off-by: subhash kumar singh Change-Id: Icf5d811d2a1684cf79a3f81cd739caf2b3a6f205 --- diff --git a/config/config.yaml b/config/config.yaml index 36604be..e8f7bbf 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -16,6 +16,6 @@ log-level: debug onborder-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8888/api/v1/onboard" getCharts-url: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/api/charts" download-charts-url-format: "http://service-ricplt-xapp-onboarder-http.ricplt:8080/charts/%s-%s.tgz" -getCharts-by-name-url: "http://172.17.0.1:9100/helmrepo/api/charts/%s" -getCharts-by-name-and-version-url: "http://172.17.0.1:9100/helmrepo/api/charts/%s/%s" -getXappHealth-url: "http://service-ricxqapp-%s-http.%s:8080/ric/v1/health/alive" \ No newline at end of file +getCharts-by-name-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s" +getCharts-by-name-and-version-url: "http://service-ricplt-xapp-onboarder-http:8080/api/charts/%s/%s" +getXappHealth-url: "http://service-ricxapp-%s-http.%s:8080/ric/v1/health/alive" \ No newline at end of file