diff options
Diffstat (limited to 'kubernetes/namespaces/modmail/README.md')
-rw-r--r-- | kubernetes/namespaces/modmail/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/namespaces/modmail/README.md b/kubernetes/namespaces/modmail/README.md new file mode 100644 index 0000000..b78857b --- /dev/null +++ b/kubernetes/namespaces/modmail/README.md @@ -0,0 +1,12 @@ +# Modmail + +This folder contains the manifests for our Modmail service. + +## Secrets + +The services require one shared secret called `modmail` containing the following: + +| Key | Value | Description | +| ------------------------| ---------------------------------|--------------------------------------------------------------| +| `CONNECTION_URI` | MongoDB connection URI | Used for storing data | +| `TOKEN` | Discord Token | Used to connect to Discord | |