Update Constructs authored by Stephen McConnnell's avatar Stephen McConnnell
...@@ -52,7 +52,7 @@ if we wanted to get more information on the deployments then we can use kubectl ...@@ -52,7 +52,7 @@ if we wanted to get more information on the deployments then we can use kubectl
``` ```
kubectl logs deploy kubemoviewebfront kubectl logs deploy 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.
# Ingress # Ingress
... ...
......