Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 559 Bytes

Notification API k8s

Docker / Kubernetes sample application API.

Create a new version

  1. Build a new docker image

    $ docker build --no-cache -t bespinian/notification-api .
    
  2. Push the docker image to the registry

    $ docker push bespinian/notification-api:latest
    

Requirements to run

  • Assumes that there exists a MongoDB service named notification-db
  • Assumes that there exists a RabbitMQ service named notification-mq

Deployment

Use these YAML files.