Skip to content

Commit 4ab0490

Browse files
authored
Merge pull request #47172 from lukaszw-at-itstartechs/patch-1
Update hello-minikube.md
2 parents 37239b0 + f54bb19 commit 4ab0490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)