Skip to content

kevin-shelaga/mssql-dbmail-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Sql Server Database Mail Sender - WIP

GitHub go.mod Go version Go Report Card License: MIT codecov build Docker Pulls Docker Image Size (latest by date)

What

Support Microsoft database mail in the cloud. Add the dbmail tables to your managed sql instance, run this go application in kubernetes.

How

Environment Variables

| Environment Variable | Type | Description | |---|---|---|---|---| | | | | | | | | | | | | | | | | | |

Run as cronjob in kubernetes

Use Kustomize

curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash

chmod u+x ./kustomize

cp -a ./manifests/. .

./kustomize edit set image kevinshelaga/mssql-dbmail-sender:tag=kevinshelaga/mssql-dbmail-sender:latest

./kustomize build . | kubectl -n monitoring apply -f -

Whats left

TODO

  • More/better tests
  • Helm chart
  • Policies around contributions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published