From: Jérôme Benoit Date: Tue, 21 Sep 2021 21:03:10 +0000 (+0200) Subject: Use the proper CF manifest tunable for health check timeout X-Git-Tag: v1.1.7~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=40bf08886d77ad912505cead049ac047779aea44;p=e-mobility-charging-stations-simulator.git Use the proper CF manifest tunable for health check timeout Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 35fe628a..91fc9172 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -7,7 +7,7 @@ applications: - https://github.com/cloudfoundry/nodejs-buildpack no-route: true health-check-type: process - timeout: 30 + health-check-invocation-timeout: 30 command: node -r source-map-support/register dist/start.js env: # OPTIMIZE_MEMORY: true