Skip to content

The mailer component of the example application for the course "DevOps with Kubernetes"

License

Notifications You must be signed in to change notification settings

bespinian/notification-mailer-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notification-mailer-k8s

Docker / kubernetes version of notification-mailer

Create a new version

  1. Build a new docker image
docker build --no-cache -t mathiskretz/notification-mailer .
  1. Push the docker image to dockerhub
docker push mathiskretz/notification-mailer:latest

Requirements to run

  1. Assumes that there exists a RabbitMQ service named notification-mq
  2. Assumes that the environment variable MAIL_URL is containing a valid SMTP URI
  3. Assumes that the environment variable TO_ADDRESS is containing the email address to which all notification mails are sent

Deployment

Use these YAML files.

About

The mailer component of the example application for the course "DevOps with Kubernetes"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published