diff --git a/08-service/README.md b/08-service/README.md index 355c99c..c60306c 100644 --- a/08-service/README.md +++ b/08-service/README.md @@ -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 ```