Browse Source

Specify allowed ingress gateway protocols in docs (#8454)

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
pull/8459/head
Jack 4 years ago committed by GitHub
parent
commit
77d0c33fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      website/pages/docs/agent/config-entries/ingress-gateway.mdx

3
website/pages/docs/agent/config-entries/ingress-gateway.mdx

@ -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

Loading…
Cancel
Save