Skip to content

Commit

Permalink
fix typo in k (ahmetb#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamzablm authored Mar 6, 2022
1 parent 128da8f commit 8385bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09-allow-traffic-only-to-a-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A port may be either a numerical or named port on a pod.

Run a web server pod called `apiserver`:

kubectl run piserver --image=ahmet/app-on-two-ports --labels="app=apiserver"
kubectl run apiserver --image=ahmet/app-on-two-ports --labels="app=apiserver"

This application returns a hello response to requests on `http://:8000/`
and a monitoring metrics response on `http://:5000/metrics`.
Expand Down

0 comments on commit 8385bb1

Please sign in to comment.