This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 37bfcb5 Fix typo (#212)
37bfcb5 is described below
commit 37bfcb5a4a19ac31608dc6b54a5b155e56201c35
Author: Yuya Ebihara <[email protected]>
AuthorDate: Tue Aug 27 16:17:05 2024 +0900
Fix typo (#212)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f785989..764e01f 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Running in Docker
Running in Kubernetes
- `./run.sh` - To run Polaris as a mini-deployment locally. This will create
one pod that bind itself to ports `8181` and `8182`.
- `kubectl port-forward svc/polaris-service -n polaris 8181:8181 8182:8182` -
To create secure connections between a local machine and a pod within the
cluster for both service and metrics endpoints.
- - Currrently supported metrics endpoints:
+ - Currently supported metrics endpoints:
- localhost:8182/metrics
- localhost:8182/healthcheck
- `kubectl get pods -n polaris` - To check the status of the pods.