From ad09f9366c67b16baf0a18e01e5aaaf85d4b29ff Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:27:06 +0100 Subject: [PATCH] switch to small preset for postgres --- hosting/k8s/helm/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/k8s/helm/values.yaml b/hosting/k8s/helm/values.yaml index 8cebb1dbe..b788b6c55 100644 --- a/hosting/k8s/helm/values.yaml +++ b/hosting/k8s/helm/values.yaml @@ -335,6 +335,7 @@ postgres: persistence: enabled: true size: 10Gi + resourcesPreset: "small" resources: {} configuration: | listen_addresses = '*'