From 0b36a1393d087de6cf7c6ce33800136a1d8de35d Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Tue, 27 Aug 2024 09:10:59 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f78598980..764e01f91 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.