Skip to content
Snippets Groups Projects
Commit 5647f814 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds req/lim to pgs\nThere was some issues while making backups on bigger instances.

parent e24f56b6
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,13 @@ kind: postgresql ...@@ -38,6 +38,13 @@ kind: postgresql
metadata: metadata:
name: pg-${PG_DOMAIN} name: pg-${PG_DOMAIN}
spec: spec:
resources:
limits:
cpu: "2"
memory: 1000Mi
requests:
cpu: 100m
memory: 500Mi
teamId: "pg" teamId: "pg"
volume: volume:
size: 4975Mi size: 4975Mi
......
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