Spam service (#269)

This commit is contained in:
Dominic Wong
2021-11-11 17:30:46 +00:00
committed by GitHub
parent e80b68116a
commit 57f48c49fd
19 changed files with 636 additions and 1 deletions

8
spam/setup.md Normal file
View File

@@ -0,0 +1,8 @@
The spam API is powered by http://spamassassin.apache.org/. Specifically we run spamd which we then communicate with to classify emails.
We run this as a separate container in the same k8s namespace. Simply run
```shell
kubectl apply -f spamassassin-k8s.yaml
```
Then deploy the spam service as normal.