Update README.md
fix file names for creating kubernetes pods and services
This commit is contained in:
parent
04907c8693
commit
37ccf27fd4
|
|
@ -23,8 +23,8 @@ docker push <some-registry>/hugo <some-registry>/git-sync
|
|||
Create the pod and the service for the blog
|
||||
|
||||
```
|
||||
kubectl pods create config/pod.html
|
||||
kubectl services create config/pod.html
|
||||
kubectl pods create config/pod.yaml
|
||||
kubectl services create config/service.yaml
|
||||
```
|
||||
|
||||
Open the service external ip in your browser
|
||||
|
|
|
|||
Loading…
Reference in New Issue