mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
6c9511ba37
commit
bea7ca8387
@@ -116,7 +116,7 @@ Since the service `example-svc` is defined to be of type `NodePort`, we can set
|
||||
$ kubectl port-forward $(kubectl get pods -l app=example -o jsonpath="{ .items[0].metadata.name }") 3000:3000
|
||||
```
|
||||
|
||||
The command forwards the local port `3000` to port `3000` of the Pod container. You can access the application by visiting the http://localhost:3000.
|
||||
The command forwards the local port `3000` to port `3000` of the Pod container. You can access the application by visiting the `http://localhost:3000`.
|
||||
|
||||
> **Note:**
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user