SciDAS / nextflow-api

MIT License
31 stars 5 forks source link

moves mongoDB to external pod #35

Closed ebenz99 closed 4 years ago

ebenz99 commented 4 years ago

Added database folder for deploying separate mongoDB resources. Removed mongo from internal parts of the nextflow-api, and changed the pymongo target URL to the clusterIP service name of the external mongoDB service.

bentsherman commented 4 years ago

Looks good. I have a few adjustments to make but I will go ahead and merge and make changes to master after that. Thanks Ethan!