fix(07-service): one last typo

I forgot another "typo" in my previous PR (#9) ...
This commit is contained in:
Charly POLY 2018-10-24 18:06:52 +02:00 committed by GitHub
parent 8ec9f42c7b
commit fec64f87e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Let's have a look at the configuration:
* `kind`: A `service` has the kind `Service`
* `spec`:
* `ports`: the list of ports to expose. Here we export `port` `1234`, but redirect internally all traffic to the `targetPort` `9876`
* `ports`: the list of ports to expose. Here we export `port` `80`, but redirect internally all traffic to the `targetPort` `9876`
* `selector`: which pods to give access to
The selector part