docs: note that Connect requires a hard-coded port

Co-authored-by: Kris Hicks <khicks@hashicorp.com>
This commit is contained in:
Tim Gross
2021-03-26 14:43:29 -04:00
committed by GitHub
parent 12fc27cc08
commit 8dc695987c

View File

@@ -255,7 +255,8 @@ any ports in its network. The service stanza enables Connect:
The `port` in the service stanza is the port the API service listens on. The
Envoy proxy will automatically route traffic to that port inside the network
namespace.
namespace. Note that currently this cannot be a named port; it must be a
hard-coded port value. See [GH-9907].
### Web Frontend
@@ -333,5 +334,4 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so
connections while the Nomad agent is restarting.
[count-dashboard]: /img/count-dashboard.png
[gh6120]: https://github.com/hashicorp/nomad/issues/6120
[gh6701]: https://github.com/hashicorp/nomad/issues/6701
[GH-9907]: https://github.com/hashicorp/nomad/issues/9907