Skip to content

Commit

Permalink
Merge pull request #8811 from hashicorp/docs/fix-local-service-port
Browse files Browse the repository at this point in the history
docs: fix type for `local_service_port`
  • Loading branch information
lgfa29 committed Sep 17, 2020
2 parents 26e77dc + 27cb2c1 commit ea1204a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/pages/docs/job-specification/proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ job "countdash" {

- `local_service_address` `(string: "127.0.0.1")` - The address the local service binds to. Useful to
customize in clusters with mixed Connect and non-Connect services.
- `local_service_port` `(int:[port][])` - The port the local service binds to.
- `local_service_port` `(int: <varies>)` - The port the local service binds to.
Usually the same as the parent service's port, it is useful to customize in clusters with mixed
Connect and non-Connect services
- `upstreams` <code>([upstreams][]: nil)</code> - Used to configure details of each upstream service that
Expand Down Expand Up @@ -87,5 +87,4 @@ sidecar_service {
[interpolation]: /docs/runtime/interpolation 'Nomad interpolation'
[sidecar_service]: /docs/job-specification/sidecar_service 'Nomad sidecar service Specification'
[upstreams]: /docs/job-specification/upstreams 'Nomad upstream config Specification'
[port]: /docs/job-specification/network#port-parameters 'Nomad network port configuration'
[expose]: /docs/job-specification/expose 'Nomad proxy expose configuration'

0 comments on commit ea1204a

Please sign in to comment.