From 8c40e0d0f46a641bdce723642f31ac1cfb6c26b4 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 27 Apr 2024 00:39:55 +0100 Subject: Upgrade to PostgreSQL 16 and move to databases namespace --- kubernetes/namespaces/default/postgresql/README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 kubernetes/namespaces/default/postgresql/README.md (limited to 'kubernetes/namespaces/default/postgresql/README.md') diff --git a/kubernetes/namespaces/default/postgresql/README.md b/kubernetes/namespaces/default/postgresql/README.md deleted file mode 100644 index 07eed4f..0000000 --- a/kubernetes/namespaces/default/postgresql/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Postgres -This folder contains the manifests for Postgres, our primary database. - -You can alter the configuration file inside the `configmap.yaml` file which will be injected into the database container upon boot. Certain parameters (marked in the file) will require a server restart whereas others can be reloaded by using `SELECT pg_reload_conf();` inside Postgres. - -Note that there may be up to a minute before your changes to the ConfigMap are reflected inside the container, if things do not change after that you will have to restart the server for the configuration to apply. - -## Secrets - -postgres requires a `postgres-env` secret with the following entries: - -| Environment | Description | -|-------------------|-----------------------------------| -| PGDATA | The path to the pg_data directory | -| POSTGRES_PASSWORD | The default password to use | -| POSTGRES_USER | The default user to use | -- cgit v1.2.3