aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/hastebin/README.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-08-16 16:21:58 +0100
committerGravatar GitHub <[email protected]>2023-08-16 16:21:58 +0100
commitee4168fa5009535c1820a403e4eb0ea179e2d049 (patch)
tree7dd4ef2f5ccda6f7af8746849061cce8cc168284 /kubernetes/namespaces/default/hastebin/README.md
parentUse 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.md11
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 |