diff options
Diffstat (limited to 'feature-healthcheck/src/main/feature/config/feature-healthcheck.properties')
-rw-r--r-- | feature-healthcheck/src/main/feature/config/feature-healthcheck.properties | 4 |
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 de4b8ace..dc7566be 100644 --- a/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties +++ b/feature-healthcheck/src/main/feature/config/feature-healthcheck.properties @@ -54,7 +54,7 @@ http.client.services.PDPX.userName=${envd:PDP_USERNAME} http.client.services.PDPX.password=${envd:PDP_PASSWORD} http.client.services.PDPX.https=${envd:HTTP_SERVER_HTTPS} http.client.services.PDPX.managed=true -http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck" +http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck liveness.controllers=${envd:LIVENESS_CONTROLLERS} -liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10}
\ No newline at end of file +liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10} |