Skip to content

Commit

Permalink
Document health-check-type
Browse files Browse the repository at this point in the history
[finishes #154746951]

Signed-off-by: Sebastian Vidrio <svidrio@pivotal.io>
  • Loading branch information
elenasharma authored and vitreuz committed Apr 3, 2018
1 parent e9f1f1a commit caf7cb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Field | Description
**disk_quota** | The disk limit for all instances of the web process. <br>This attribute requires a unit of measurement: `B`, `K`, `KB`, `M`, `MB`, `G`, `GB`, `T`, or `TB` in upper case or lower case.
**env** | A key-value hash of environment variables to be used for the app when running.
**health-check-http-endpoint** | Endpoint called to determine if the app is healthy.
**health-check-type** | Type of health check to perform. `none` is deprecated and an alias to `process`.
**instances** | The number of instances to run.
**memory** | The memory limit for all instances of the web process. <br>This attribute requires a unit of measurement: `B`, `K`, `KB`, `M`, `MB`, `G`, `GB`, `T`, or `TB` in upper case or lower case.
**services** | An array of service-instance names to bind to the app.
Expand Down

0 comments on commit caf7cb3

Please sign in to comment.