Implement health check for xApp
[ric-plt/ricdms.git] / config / config.yaml
index de9d2ad..36604be 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #
-log-level: debug
\ No newline at end of file
+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