Skip to content

Commit

Permalink
Adds instruction for disabling deregister_critical_service_after (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwales authored Aug 2, 2024
1 parent 4f45aa4 commit 04c1295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Required:

Optional:

- `deregister_critical_service_after` (String) The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`.
- `deregister_critical_service_after` (String) The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`. Setting to `0` will disable.
- `header` (Block Set) The headers to send for an HTTP check. The attributes of each header is given below. (see [below for nested schema](#nestedblock--check--header))
- `http` (String) The HTTP endpoint to call for an HTTP check.
- `method` (String) The method to use for HTTP health-checks. Defaults to `GET`.
Expand Down

0 comments on commit 04c1295

Please sign in to comment.