Fix port number typo

pull/7803/head
Thomas Strömberg 2020-04-20 09:20:01 -07:00 committed by GitHub
parent a8c9e7a3cb
commit b45112da30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ minikube service hello-minikube
Alternatively, use kubectl to forward the port:
```shell
kubectl port-forward service/hello-minikube 8780:8080
kubectl port-forward service/hello-minikube 7080:8080
```
Tada! Your application is now available at [http://localhost:7080/](http://localhost:7080/)