From 7193da1e75b1185e19a635227b3d2f1f721012d9 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Wed, 30 Nov 2022 19:10:20 +0000 Subject: [PATCH] Fix config file to point correct URL Fixed the URLs to point correct services. Signed-off-by: subhash kumar singh Change-Id: Icf5d811d2a1684cf79a3f81cd739caf2b3a6f205 --- config/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6