This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch grammar-issue in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc.git
commit f197ab8b4cc3408d9b43fe89a25f79f2f5d1e518 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jan 29 19:33:41 2024 +0100 fix grammar in kubernetes.md --- docs/src/main/paradox/server/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/server/kubernetes.md b/docs/src/main/paradox/server/kubernetes.md index f144f622..77031d77 100644 --- a/docs/src/main/paradox/server/kubernetes.md +++ b/docs/src/main/paradox/server/kubernetes.md @@ -1,6 +1,6 @@ # Kubernetes -An Pekko gRPC service can be deployed to a Kubernetes cluster just like any other HTTP-based application, +An Apache Pekko gRPC service can be deployed to a Kubernetes cluster just like any other HTTP-based application, but if you want to make sure HTTP/2 is used across the board there are some things to consider. There are 3 ways to use HTTP/2: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
