contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 43 forks source link

unable to set health check to none #21

Closed dlutsch closed 8 years ago

dlutsch commented 8 years ago

with the normal cf push I also pass the --health-check-type none parameter on my worker applications that contain no routes. This option does not seem to exist in autopilot yet. The result is that any pushed applications will fail to start due to failing the default health check

concourse-bot commented 8 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

xoebus commented 8 years ago

Is it possible to set this in the manifest?

afeld commented 8 years ago

@dlutsch Would no-route work?

xoebus commented 8 years ago

We use no-route in one of our internal applications and it disables the port health check. I'm going to close this for now but if that doesn't work then feel free to re-open.