From 5f1533a0052d7c9fe3193a5a4f5ffe8b65c1db5d Mon Sep 17 00:00:00 2001 From: Alexander Menzhinsky Date: Fri, 24 Mar 2017 09:01:18 -0500 Subject: [PATCH] Disable healthcheck and prevent a route from being created in manifest.yml --- manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.yml b/manifest.yml index 36b67ca..d0648a7 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,7 @@ applications: - name: cloudfoundry-sumologic-nozzle + health-check-type: process + no-route: true env: API_ENDPOINT: https://api.some_api SUMO_ENDPOINT: https://some_endpoint