From 9139997c4ab71e5134bb737a7c1ea6a8f105dfa3 Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Tue, 10 Dec 2019 18:44:58 +0200 Subject: Fixing SDCListenerCustomIndicator issues Issue-ID: CCSDK-1669 Signed-off-by: ShaabanEltanany Change-Id: Ifa69221c9008c344b712728f26b94f1e7114baaf --- .../src/main/resources/application.yaml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ms/sdclistener/application/src/main/resources/application.yaml') diff --git a/ms/sdclistener/application/src/main/resources/application.yaml b/ms/sdclistener/application/src/main/resources/application.yaml index b3f8443eb..424f0a5c0 100644 --- a/ms/sdclistener/application/src/main/resources/application.yaml +++ b/ms/sdclistener/application/src/main/resources/application.yaml @@ -25,3 +25,28 @@ server: spring: main: web-environment: ${sprintWebListenerEnabled:true} + + + +cdslistener: + healthcheck: + baseUrl: http://localhost:9000/ +#servicename = SDC Listener service and service link = /api/v1/sdclistener/healthcheck (this is used to check if sdclistener is up depending on all services status) +#if you want to add more service it will like [service-name,service-link],[],[] + mapping-service-name-with-service-link: "[SDC Listener service,/api/v1/sdclistener/healthcheck]" + +management: + endpoint: + health: + show-details: always + + + endpoints: + web: + exposure: + include: "*" + +endpoints: + user: + name: eHbVUbJAj4AG2522cSbrOQ== + password: eHbVUbJAj4AG2522cSbrOQ== -- cgit 1.2.3-korg