increase resources again

This commit is contained in:
red 2025-05-10 14:15:11 -04:00
parent 43ad9dcd5f
commit 1f26a36c48
2 changed files with 5 additions and 5 deletions

View file

@ -107,7 +107,7 @@ data:
Pleroma.Web.ActivityPub.MRF.HashtagPolicy Pleroma.Web.ActivityPub.MRF.HashtagPolicy
], ],
transparency_exclusions: [ transparency_exclusions: [
"ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion" {"ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion", "no free advertising"}
] ]
config :pleroma, :mrf_simple, config :pleroma, :mrf_simple,

View file

@ -43,11 +43,11 @@ spec:
key: postgres-password key: postgres-password
resources: resources:
requests: requests:
memory: "256Mi"
cpu: "100m"
limits:
memory: "1Gi" memory: "1Gi"
cpu: "500m" cpu: "200m"
limits:
memory: "4Gi"
cpu: "800m"
volumes: volumes:
- name: postgres-data-volume - name: postgres-data-volume
persistentVolumeClaim: persistentVolumeClaim: