From 27cb2c1562e73fa939d5088ccbf17e7226cff7dd Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Tue, 1 Sep 2020 18:38:01 -0400 Subject: [PATCH] docs: fix type for local_service_port --- website/pages/docs/job-specification/proxy.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/pages/docs/job-specification/proxy.mdx b/website/pages/docs/job-specification/proxy.mdx index 14368187f..7ad41595b 100644 --- a/website/pages/docs/job-specification/proxy.mdx +++ b/website/pages/docs/job-specification/proxy.mdx @@ -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: )` - 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` ([upstreams][]: nil) - Used to configure details of each upstream service that @@ -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'