Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from maximilianbraun/patch-1
Browse files Browse the repository at this point in the history
fix: typo in readme
  • Loading branch information
akesser committed Mar 25, 2024
2 parents 81ba827 + 70e6d4d commit 479e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ helm install x-metrics x-metrics/x-metrics --namespace x-metrics --create-namesp
To access the metrics with the default setting trough the endpoint:
1. Port-forward the services
```console
kubect -n x-metrics port-forward svc/x-metrics 8080:8080
kubectl -n x-metrics port-forward svc/x-metrics 8080:8080
```
2. In your browser navigate to: http://127.0.0.1:8080/x-metrics

Expand Down

0 comments on commit 479e940

Please sign in to comment.