From 40bf08886d77ad912505cead049ac047779aea44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 21 Sep 2021 23:03:10 +0200 Subject: [PATCH] Use the proper CF manifest tunable for health check timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- manifest-cf-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1