From bbd4b18f6b4e2e561610054f1ad331e37e13ed64 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 21 May 2025 13:40:33 +0100 Subject: [PATCH] forgejo: reduce main postgres db to 5gb Signed-off-by: David Kirwan --- roles/openshift-apps/forgejo/templates/postgres-cluster.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/postgres-cluster.yaml.j2 b/roles/openshift-apps/forgejo/templates/postgres-cluster.yaml.j2 index 5db9ccfbe6..af29423912 100644 --- a/roles/openshift-apps/forgejo/templates/postgres-cluster.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/postgres-cluster.yaml.j2 @@ -21,7 +21,7 @@ spec: - "ReadWriteOnce" resources: requests: - storage: 50Gi + storage: 5Gi affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: