diff --git a/manifest.yml.j2 b/manifest.yml.j2 index b68848adf..e4272f6be 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -9,6 +9,7 @@ 'production': ['api.notifications.service.gov.uk'], }, 'health-check-type': 'port', + 'health-check-invocation-timeout': 2.5, 'instances': { 'preview': None, 'staging': None, @@ -58,6 +59,7 @@ applications: {%- endfor%} - route: {{ CF_APP }}-{{ environment }}.cloudapps.digital health-check-type: {{ app.get('health-check-type', 'process') }} + health-check-invocation-timeout: {{ app.get('health-check-invocation-timeout', 1) }} services: - notify-db