Fix config file to point correct URL 80/9880/1
authorsubhash kumar singh <subh.singh@samsung.com>
Wed, 30 Nov 2022 19:10:20 +0000 (19:10 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Wed, 30 Nov 2022 19:10:20 +0000 (19:10 +0000)
Fixed the URLs to point correct services.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: Icf5d811d2a1684cf79a3f81cd739caf2b3a6f205

config/config.yaml

index 36604be..e8f7bbf 100644 (file)
@@ -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