From 1a9b6554ee82dafcc8d2b225f2b23d34f544daa8 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 7 Apr 2022 20:55:40 -0500 Subject: change host configuration for liveness checks Issue-ID: POLICY-3386 Signed-off-by: jhh Change-Id: I66e11bb0baf4a713b1f167f8b8e88494aaf40232 --- .../src/main/feature/config/feature-healthcheck.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feature-healthcheck') diff --git a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties index dc7566be..98247a89 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -31,7 +31,7 @@ http.server.services.HEALTHCHECK.https=${envd:HTTP_SERVER_HTTPS:false} http.server.services.HEALTHCHECK.aaf=${envd:AAF:false} http.server.services.HEALTHCHECK.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler -http.server.services.LIVENESS.host=localhost +http.server.services.LIVENESS.host=0.0.0.0 http.server.services.LIVENESS.port=6968 http.server.services.LIVENESS.restClasses=org.onap.policy.drools.healthcheck.RestHealthCheck http.server.services.LIVENESS.managed=false @@ -56,5 +56,5 @@ http.client.services.PDPX.https=${envd:HTTP_SERVER_HTTPS} http.client.services.PDPX.managed=true http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck -liveness.controllers=${envd:LIVENESS_CONTROLLERS} +liveness.controllers=${envd:LIVENESS_CONTROLLERS:*} liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10} -- cgit 1.2.3-korg