aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-04-07 20:55:40 -0500
committerjhh <jorge.hernandez-herrero@att.com>2022-04-07 20:55:40 -0500
commit1a9b6554ee82dafcc8d2b225f2b23d34f544daa8 (patch)
treee1110436cef1e6157ed1ef94ad63de4bb93698d2
parenta961ce53ac5a8d72e0d76c018ce89e71bed5eeca (diff)
change host configuration for liveness checks
Issue-ID: POLICY-3386 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I66e11bb0baf4a713b1f167f8b8e88494aaf40232
-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}