Skip to content

Commit

Permalink
Merge pull request #6455 from hashicorp/f-set-connect-sidcar-tags-web
Browse files Browse the repository at this point in the history
docs: document service tags for connect sidecar
  • Loading branch information
shoenig authored Oct 17, 2019
2 parents 8c7a7b6 + a3dd7d4 commit 3e38891
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.1 (Unreleased)

IMPROVEMENTS:
* client: Enable setting tags on Consul Connect sidecar service

## 0.10.0 (Unreleased)

FEATURES:
Expand Down
6 changes: 4 additions & 2 deletions website/source/docs/job-specification/sidecar_service.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ valid only within the context of a connect stanza.

## `sidecar_service` Parameters

- `port` `(string: )` Port label for sidecar service.
- `tags` <code>(array<string>: nil)</code> - Custom Consul service tags for the sidecar service.

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

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


## `sidecar_service` Examples
Expand Down

0 comments on commit 3e38891

Please sign in to comment.