fix: fix internal service filename in 08-service section

This commit is contained in:
antoinegauvain 2019-12-16 13:34:29 +01:00
parent 67f4216fd4
commit af20ef6f0b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ is central to Kubernetes. It is with those fields that you will tell Kubernetes
Apply the service:
```sh
$ kubectl apply -f 08-service/03-simple-internal-service.yml
$ kubectl apply -f 08-service/03-internal-service.yml
service "simple-service" created
```