mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
docs: note that Connect requires a hard-coded port
Co-authored-by: Kris Hicks <khicks@hashicorp.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user