aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--feature-healthcheck/src/main/feature/config/feature-healthcheck.properties4
1 files changed, 2 insertions, 2 deletions
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}