Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 510 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 510 Bytes

From Monolith To K8s :: Email Service

Email Service, which expose a REST API to send Emails, and possible connects to an SMTP server.

Build and Release

mvn package
docker build -t salaboy/fmtok8s-email-service:0.1.0
docker push salaboy/fmtok8s-email-service:0.1.0
cd helm/fmtok8s-email-service
helm package .

Copy tar to http://github.com/salaboy/helm and push

Install this chart latest version

helm install email fmtok8s/fmtok8s-email-service --version v0.0.1