From fc280a7305b9ebde7b0728749b2f10a24c1694e9 Mon Sep 17 00:00:00 2001 From: Jack <30052269+jackloughran@users.noreply.github.com> Date: Fri, 7 Aug 2020 15:25:23 -0400 Subject: [PATCH] Specify allowed ingress gateway protocols in docs (#8454) Co-authored-by: Freddy --- website/pages/docs/agent/config-entries/ingress-gateway.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/pages/docs/agent/config-entries/ingress-gateway.mdx b/website/pages/docs/agent/config-entries/ingress-gateway.mdx index 0b0051f5d..9530ed327 100644 --- a/website/pages/docs/agent/config-entries/ingress-gateway.mdx +++ b/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: )` - A list of services to be exposed via this listener. For "tcp" listeners, only a single service is