minor text change
This commit is contained in:
@@ -22,7 +22,7 @@ $ kubectl run my-nginx --image=nginx --replicas=2 --port=80
|
|||||||
deployment "my-nginx" created
|
deployment "my-nginx" created
|
||||||
```
|
```
|
||||||
|
|
||||||
To expose your service to the public internet, run the following:
|
To expose your service to the public internet, run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer
|
$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer
|
||||||
|
|||||||
Reference in New Issue
Block a user