From 305cf571d4b9e712dc06ea2d439b6137bffcecad Mon Sep 17 00:00:00 2001 From: Andy Assareh Date: Fri, 15 Oct 2021 14:15:02 -0700 Subject: [PATCH] exactly one of ingress, terminating, or mesh must be configured i believe mesh should be included in this statement was omitted. --- website/content/docs/job-specification/gateway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/job-specification/gateway.mdx b/website/content/docs/job-specification/gateway.mdx index ac79843cf..0987b6ced 100644 --- a/website/content/docs/job-specification/gateway.mdx +++ b/website/content/docs/job-specification/gateway.mdx @@ -35,7 +35,7 @@ service { ## `gateway` Parameters -Exactly one of `ingress` or `terminating` must be configured. +Exactly one of `ingress`, `terminating`, or `mesh` must be configured. - `proxy` ([proxy]: nil) - Configuration of the Envoy proxy that will be injected into the task group.