From 2019d048a4574f7615bc4b042aa9ca2965b5cc65 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Fri, 28 May 2021 12:12:42 -0400 Subject: [PATCH] separate FAQ about multiple ports into 2 sentences Signed-off-by: Mike Ball --- docs/gitbook/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/faq.md b/docs/gitbook/faq.md index d7d0dc24..58f6a56a 100644 --- a/docs/gitbook/faq.md +++ b/docs/gitbook/faq.md @@ -153,7 +153,7 @@ and can be used for conformance testing or load testing. ## Multiple ports -#### My application listens on multiple ports, how can I expose them inside the cluster? +#### My application listens on multiple ports. How can I expose them inside the cluster? If port discovery is enabled, Flagger scans the deployment spec and extracts the containers ports excluding the port specified in the canary service and Envoy sidecar ports.