This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new feb3cb4d7a4 [fix][doc] typo in functions-runtime (#18976)
feb3cb4d7a4 is described below

commit feb3cb4d7a484a284e06474713870609b220abfc
Author: 0xflotus <0xflo...@gmail.com>
AuthorDate: Mon Dec 19 12:01:45 2022 +0100

    [fix][doc] typo in functions-runtime (#18976)
---
 site2/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 9a01dbf4da1..783f4ae03e5 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:
 

Reply via email to