Specify allowed ingress gateway protocols in docs (#8454)

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
Jack 2020-08-07 15:25:23 -04:00 committed by GitHub
parent e5f505ca19
commit fc280a7305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.
- `Protocol` `(string: "tcp")` - The protocol associated with the listener.
This can be any protocol supported by
[service-defaults](/docs/agent/config-entries/service-defaults#protocol).
Either `tcp` or `http`.
- `Services` `(array<IngressService>: <optional>)` - A list of services to be
exposed via this listener. For "tcp" listeners, only a single service is