aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/mongodb/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-16 00:15:27 +0100
committerGravatar Joe Banks <[email protected]>2024-04-16 00:15:27 +0100
commit85a1e999f0d52a35b9009cfa81552b1b62937207 (patch)
tree98488754fa4352c2b503b554f6435a53b62ed9ce /kubernetes/namespaces/default/mongodb/README.md
parentMove Redis to databases namespace (diff)
Move mongodb to databases namespace
Diffstat (limited to 'kubernetes/namespaces/default/mongodb/README.md')
-rw-r--r--kubernetes/namespaces/default/mongodb/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/kubernetes/namespaces/default/mongodb/README.md b/kubernetes/namespaces/default/mongodb/README.md
deleted file mode 100644
index 05f3f1d..0000000
--- a/kubernetes/namespaces/default/mongodb/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Python Discord MongoDB
-This folder contains the configuration for Python Discord's MongoDB instance.
-
-## Volume
-A 10Gi volume is provisioned on the Linode Block Storage (Retain) storage class.
-
-## Secrets
-| Key | Value | Description |
-| ---------------------------- | -------------------------- | ------------------------------- |
-| `MONGO_INITDB_ROOT_USERNAME` | `pythondiscord` | Username of root user |
-| `MONGO_INITDB_ROOT_PASSWORD` | Root password for database | Password for the root user |
-
-
-## Deployment
-The deployment will pull the `mongo:latest` image from DockerHub.
-
-It will mount the created volume at `/data/db`.
-
-It will expose port `27017` to connect to MongoDB.
-
-## Service
-A service called `mongodb` will be created to give the deployment a cluster local DNS record of `mongodb.default.svc.cluster.local`.