Update Constructs authored by Stephen McConnnell's avatar Stephen McConnnell
...@@ -328,7 +328,7 @@ if we wanted to get more information on the service then we can use kubectl logs ...@@ -328,7 +328,7 @@ if we wanted to get more information on the service then we can use kubectl logs
``` ```
kubectl logs services kubemoviewebfront kubectl logs services kubemoviewebfront
``` ```
### note **note**
in our project, services and deployments and included in the same yaml file. they are separated in yaml file using three dashes --- to indicate where one begins and the other ends. We do this to unclutter the repository and because deployments and services are very closely linked. in our project, services and deployments and included in the same yaml file. they are separated in yaml file using three dashes --- to indicate where one begins and the other ends. We do this to unclutter the repository and because deployments and services are very closely linked.
... ...
......