increase resources again
This commit is contained in:
parent
43ad9dcd5f
commit
1f26a36c48
2 changed files with 5 additions and 5 deletions
|
|
@ -107,7 +107,7 @@ data:
|
|||
Pleroma.Web.ActivityPub.MRF.HashtagPolicy
|
||||
],
|
||||
transparency_exclusions: [
|
||||
"ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion"
|
||||
{"ouppy5lczk4o3fucpwzdaf4ymvm7djxuqn7yakrhn5pd6chnprhkd4id.onion", "no free advertising"}
|
||||
]
|
||||
|
||||
config :pleroma, :mrf_simple,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue