Table of Contents
On startup, the service expects an environment variable
POSTGRES_URL
or to be set.
The POSTGRES_URL
should be in the form of a
PostgreSQL connection URI,
i.e. postgresql://user:password@host:5432/dbname
It expects a existing user and database. For an example see
kubectl apply -k k8s/postgres