fix(07-service): one last typo (#10)

I forgot another "typo" in my previous PR (#9) ...
This commit is contained in:
Charly POLY 2018-10-24 18:40:22 +02:00 committed by Rémy-Christophe Schermesser
parent 8ec9f42c7b
commit 374edd1063
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