From feb3cb4d7a484a284e06474713870609b220abfc Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 19 Dec 2022 12:01:45 +0100 Subject: [PATCH] [fix][doc] typo in functions-runtime (#18976) --- .../website/versioned_docs/version-2.10.x/functions-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/website/versioned_docs/version-2.10.x/functions-runtime.md b/site2/website/versioned_docs/version-2.10.x/functions-runtime.md index 9a01dbf4da1d1..783f4ae03e518 100644 --- a/site2/website/versioned_docs/version-2.10.x/functions-runtime.md +++ b/site2/website/versioned_docs/version-2.10.x/functions-runtime.md @@ -161,7 +161,7 @@ If you run functions worker embedded in a broker on Kubernetes, you can use the ### Run standalone functions worker on Kubernetes -If you run functions worker standalone (that is, not embedded) on Kubernetes, you need to configure `pulsarSerivceUrl` to be the URL of the broker and `pulsarAdminUrl` as the URL to the functions worker. +If you run functions worker standalone (that is, not embedded) on Kubernetes, you need to configure `pulsarServiceUrl` to be the URL of the broker and `pulsarAdminUrl` as the URL to the functions worker. For example, both Pulsar brokers and Function Workers run in the `pulsar` K8S namespace. The brokers have a service called `brokers` and the functions worker has a service called `func-worker`. The settings are as follows: