debianmaster / microservices-on-openshift

This project demonstrates how we can deploy micro services built in different languages can deployed on openshift
53 stars 152 forks source link

Optional pull - Install scripts #4

Closed VeerMuchandi closed 7 years ago

VeerMuchandi commented 7 years ago

I have added installscripts that makes it easy to deploy these services in order if we are quickly trying to set up for demos. These scripts also set up the env variables using configmaps which may be safer from the perspective of not sharing the gmail and twitter credentials. I also split out the projects to optionally deploy these services into multiple projects for complex use cases such as to demo network policies.

This PR is optional. I am submitting it just to see if we want to keep the code consistent.