aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/pinnwand-lovelace/README.md
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2024-05-15 22:34:41 +0200
committerGravatar GitHub <[email protected]>2024-05-15 20:34:41 +0000
commit220e367c013efd5e4b43e96cd84d29bd3cb3ef19 (patch)
tree819260971eb5ad98ccf85c0d2e29104bb3e4e0c9 /kubernetes/namespaces/web/pinnwand-lovelace/README.md
parentPleasure the style dictator (#291) (diff)
Deploy a pinnwand instance that used lovelace's pg database (#293)
* add a deployment config for pinnwand on lovelace * add a dns entry for the new pastebin * Add database URI for pinnwand to connect to psql on lovelace --------- Co-authored-by: Chris Lovering <[email protected]>
Diffstat (limited to 'kubernetes/namespaces/web/pinnwand-lovelace/README.md')
-rw-r--r--kubernetes/namespaces/web/pinnwand-lovelace/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/kubernetes/namespaces/web/pinnwand-lovelace/README.md b/kubernetes/namespaces/web/pinnwand-lovelace/README.md
new file mode 100644
index 0000000..945b357
--- /dev/null
+++ b/kubernetes/namespaces/web/pinnwand-lovelace/README.md
@@ -0,0 +1,8 @@
+# pinnwand
+These manifests provision an instance of the pinnwand service used on https://paste.pythondiscord.com.
+
+A init-service is used to download the Python Discord banner logo and save it to a volume, as pinnwand expects it to be present within the image.
+
+## Secrets & config
+This deployment expects an env var named `PINNWAND_DATABASE_URI` to exist in a secret called `pinnwand-postgres-connection`.
+All other configuration can be found in `defaults-configmap.yaml`.