diff options
author | 2023-08-16 16:21:58 +0100 | |
---|---|---|
committer | 2023-08-16 16:21:58 +0100 | |
commit | ee4168fa5009535c1820a403e4eb0ea179e2d049 (patch) | |
tree | 7dd4ef2f5ccda6f7af8746849061cce8cc168284 /kubernetes/namespaces/default/hastebin/README.md | |
parent | Use the CI workflow for the status embed trigger (diff) |
Remove the old paste service manifests (#123)
Diffstat (limited to 'kubernetes/namespaces/default/hastebin/README.md')
-rw-r--r-- | kubernetes/namespaces/default/hastebin/README.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kubernetes/namespaces/default/hastebin/README.md b/kubernetes/namespaces/default/hastebin/README.md deleted file mode 100644 index 9491ed4..0000000 --- a/kubernetes/namespaces/default/hastebin/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Hastebin -These manifests provision an instance of the hastebin service used on https://paste-old.pythondiscord.com - -## How to deploy this service -- Check the defaults in `defaults-configmap.yaml` match what you want. - -This deployment expects an environment variable to exist in a secret called `hastebin-redis-password`. - -| Environment | Description | -|------------------|-------------------------------------------------------| -| STORAGE_PASSWORD | The password to the redis instance to store pastes to | |