Skip to content

Commit f54bb19

Browse files
Update hello-minikube.md
Fixing port number.
1 parent f198e51 commit f54bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pl/docs/tutorials/hello-minikube.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Użycie Deploymentu to rekomendowana metoda zarządzania tworzeniem i skalowanie
9191
wykorzystując podany obraz Dockera.
9292

9393
```shell
94-
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=808
94+
kubectl create deployment hello-node --image=registry.k8s.io/e2e-test-images/agnhost:2.39 -- /agnhost netexec --http-port=8080
9595
```
9696

9797
2. Sprawdź stan Deploymentu:

0 commit comments

Comments
 (0)