Skip to content

Commit

Permalink
[fix][doc] typo in functions-runtime (#18976)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Dec 19, 2022
1 parent e07b67f commit feb3cb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit feb3cb4

Please sign in to comment.