From 1f26a36c48b7960d68662753a487e1f7c23272a7 Mon Sep 17 00:00:00 2001 From: red Date: Sat, 10 May 2025 14:15:11 -0400 Subject: [PATCH] increase resources again --- manifests/pleroma/configmap.yaml | 2 +- manifests/postgres/deployment.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/pleroma/configmap.yaml b/manifests/pleroma/configmap.yaml index 5ee252d..404e2e6 100644 --- a/manifests/pleroma/configmap.yaml +++ b/manifests/pleroma/configmap.yaml @@ -107,7 +107,7 @@ data: Pleroma.Web.ActivityPub.MRF.HashtagPolicy ], transparency_exclusions: [ - "ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion" + {"ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion", "no free advertising"} ] config :pleroma, :mrf_simple, diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index 74ce1bc..aafcd30 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -43,11 +43,11 @@ spec: key: postgres-password resources: requests: - memory: "256Mi" - cpu: "100m" - limits: memory: "1Gi" - cpu: "500m" + cpu: "200m" + limits: + memory: "4Gi" + cpu: "800m" volumes: - name: postgres-data-volume persistentVolumeClaim: