Build out Deployment resource
Closed this issue · 1 comments
grossvogel commented
We mainly want to generate the same deployment resource as the nodejs review_bot, with the appropriate env variables for connecting to the KubeDB and whatever else is declared in the review config.
It'd be nice to be able to test in minikube as well. We might pre-build an image (of a generic web server, maybe even a diagnostic page that prints out env variables?) and push it to docker hub for testing purposes. If we name and tag it properly to match the test review apps we create (see test/fixtures
) we should be able to get it to launch in minikube.
grossvogel commented
Handled in #13