Specify allowed ingress gateway protocols in docs (#8454)
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
parent
e5f505ca19
commit
fc280a7305
|
@ -343,8 +343,7 @@ Also make two services in the frontend namespace available over a custom port wi
|
||||||
- `Port` `(int: 0)` - The port that the listener should receive traffic on.
|
- `Port` `(int: 0)` - The port that the listener should receive traffic on.
|
||||||
|
|
||||||
- `Protocol` `(string: "tcp")` - The protocol associated with the listener.
|
- `Protocol` `(string: "tcp")` - The protocol associated with the listener.
|
||||||
This can be any protocol supported by
|
Either `tcp` or `http`.
|
||||||
[service-defaults](/docs/agent/config-entries/service-defaults#protocol).
|
|
||||||
|
|
||||||
- `Services` `(array<IngressService>: <optional>)` - A list of services to be
|
- `Services` `(array<IngressService>: <optional>)` - A list of services to be
|
||||||
exposed via this listener. For "tcp" listeners, only a single service is
|
exposed via this listener. For "tcp" listeners, only a single service is
|
||||||
|
|
Loading…
Reference in New Issue