Skip to content
Snippets Groups Projects
Verified Commit 536f7998 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(matrix): Fix resources for postgres

During the import of the database PostgreSQL died due to an OOM error.
This patch should bump the resources to the expected needs which
hopefully works out as expected.
parent f4afdf4e
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,10 @@ spec:
encoding: "UTF8"
locale: "C"
data-checksums: "true"
resources:
requests:
cpu: 200m
memory: 512Mi
limits:
cpu: "1"
memory: 2048Mi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment