serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Example Todo app backend can not be deployed. #99

Closed rajesh2011 closed 6 years ago

rajesh2011 commented 6 years ago

Using minikube env. backend/README.md suggests using below url to deploy mongodb. Unable to deploy mongodb because https://raw.githubusercontent.com/bitnami/bitnami-docker-mongodb/master/kubernetes.yml is not present.

Is there a new location?

thanks

vishweshwarp commented 6 years ago

Yes, even I noticed same issue while deploying Todo app backend. I used helm to deploy MongoDB https://github.com/kubernetes/charts/tree/master/stable/mongodb

But you might need to update database connection URL, username and password in example for it to work.

andresmgot commented 6 years ago

Sorry, that manifest has been unpublished. In our CI we are using https://raw.githubusercontent.com/bitnami/bitnami-docker-mongodb/3.4.7-r0/kubernetes.yml. I will update the documentation to point to that manifest for the moment.