openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
136 stars 147 forks source link

type=parksmap-backend svc vs route #149

Open bentterp opened 4 years ago

bentterp commented 4 years ago

Hi! The application template for MLBparks puts the label on the service, while the instructions for Nationalparks puts it on the route. The parksmap application picks up the list of routes and not services.

I thnik that the service is the right object to label and not the route, as we should not go public when connecting from frontend to backend inside the cluster.