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: