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
 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}