From 85afb3b8ca98db360c863cc56af18c411c6489e2 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 14 Apr 2024 23:12:48 +0100 Subject: Move all bots to designated namespaces --- kubernetes/namespaces/bots/metricity/README.md | 13 +++++++++++++ kubernetes/namespaces/bots/metricity/secrets.yaml | Bin 0 -> 365 bytes 2 files changed, 13 insertions(+) create mode 100644 kubernetes/namespaces/bots/metricity/README.md create mode 100644 kubernetes/namespaces/bots/metricity/secrets.yaml (limited to 'kubernetes/namespaces/bots/metricity') diff --git a/kubernetes/namespaces/bots/metricity/README.md b/kubernetes/namespaces/bots/metricity/README.md new file mode 100644 index 0000000..30c8b95 --- /dev/null +++ b/kubernetes/namespaces/bots/metricity/README.md @@ -0,0 +1,13 @@ +# Metricity + +This folder contains the secrets for the metricity service. + +The actual metricity deployment manifest can be found inside the metricity repository at [python-discord/metricity](https://github.com/python-discord/metricity). + +## Secrets +A single secret of name `metricity-env` is used with the following values: + +| Environment | Description | +|--------------|------------------------------------| +| BOT_TOKEN | The Discord bot token to run under | +| DATABASE_URI | Database URI to save the states to | diff --git a/kubernetes/namespaces/bots/metricity/secrets.yaml b/kubernetes/namespaces/bots/metricity/secrets.yaml new file mode 100644 index 0000000..a4a11b5 Binary files /dev/null and b/kubernetes/namespaces/bots/metricity/secrets.yaml differ -- cgit v1.2.3