Skip to content

Commit

Permalink
documentation for disable_default_tcp_check
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed May 7, 2021
1 parent d8e4060 commit 826ecd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ IMPROVEMENTS:
* consul/connect: Enable setting `local_bind_address` field on connect upstreams [[GH-6248](https://github.com/hashicorp/nomad/issues/6248)]
* consul/connect: Added job-submission validation for Connect sidecar service and group names [[GH-10455](https://github.com/hashicorp/nomad/pull/10455)]
* consul/connect: Automatically populate `CONSUL_HTTP_ADDR` for connect native tasks in host networking mode. [[GH-10239](https://github.com/hashicorp/nomad/issues/10239)]
* consul/connect: Added `disable_default_tcp_check` field to `connect.sidecar_service` blocks to disable the default TCP listener check for Connect sidecar tasks. [[GH-10531](https://github.com/hashicorp/nomad/pull/10531)]
* csi: Added support for jobs to request a unique volume ID per allocation. [[GH-10136](https://github.com/hashicorp/nomad/issues/10136)]
* driver/docker: Added support for optional extra container labels. [[GH-9885](https://github.com/hashicorp/nomad/issues/9885)]
* driver/docker: Added support for configuring default logger behavior in the client configuration. [[GH-10156](https://github.com/hashicorp/nomad/issues/10156)]
Expand Down
9 changes: 7 additions & 2 deletions website/content/docs/job-specification/sidecar_service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,16 @@ job "countdash" {

## `sidecar_service` Parameters

- `tags` <code>(array&lt;string&gt;: nil)</code> - Custom Consul service tags for the sidecar service.
- `disable_default_tcp_check` `(bool: false)` - disable the default TCP health
check.

- `port` `(string: )` - Port label for sidecar service.

- `proxy` <code>([proxy][]: nil)</code> - This is used to configure the sidecar proxy service.
- `proxy` <code>([proxy][]: nil)</code> - This is used to configure the
sidecar proxy service.

- `tags` <code>(array&lt;string&gt;: nil)</code> - Custom Consul service tags
for the sidecar service.

## `sidecar_service` Examples

Expand Down

0 comments on commit 826ecd9

Please sign in to comment.