Docker / kubernetes sample application API.
- Build a new docker image
docker build --no-cache -t mathiskretz/notification-api .
- Push the docker image to dockerhub
docker push mathiskretz/notification-api:latest
- Assumes that there exists a MongoDB service named
notification-db
- Assumes that there exists a RabbitMQ service named
notification-mq
Use this Helm chart.