blob: 945b35705bbe37826f7c22134e132663789a8750 (
plain) (
blame)
1
2
3
4
5
6
7
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`.
|