From 66aaebcc70568646a55d703a40c935f562cef676 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 15 Aug 2023 16:25:01 -0400 Subject: [PATCH] docs: Update listener ports in worker config (#3580) --- .../docs/install-boundary/configure-workers.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/docs/install-boundary/configure-workers.mdx b/website/content/docs/install-boundary/configure-workers.mdx index 26cabd7a54..d897f88add 100644 --- a/website/content/docs/install-boundary/configure-workers.mdx +++ b/website/content/docs/install-boundary/configure-workers.mdx @@ -74,7 +74,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -143,7 +143,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -151,7 +151,7 @@ listener "tcp" { # worker service worker { public_addr = "" - initial_upstreams = [":9201"] + initial_upstreams = [":9202"] auth_storage_path = "/etc/boundary.d/auth_storage/" tags { type = ["worker2", "intermediate"] @@ -212,7 +212,7 @@ disable_mlock = true # listener denoting this is a worker proxy listener "tcp" { - address = "0.0.0.0:9201" + address = "0.0.0.0:9202" purpose = "proxy" } @@ -220,7 +220,7 @@ listener "tcp" { # worker service worker { public_addr = "" - initial_upstreams = [":9201"] + initial_upstreams = [":9202"] auth_storage_path = "/etc/boundary.d/auth_storage/" tags { type = ["worker3", "egress"]