chore(db): Bump resource limit

This commit is contained in:
Tanguy Herbron 2025-03-28 09:38:34 +01:00
parent d9bf7c5579
commit ceadd50262

View File

@ -12,6 +12,7 @@ spec:
size: 5Gi
storageClass: local-path
enableSuperuserAccess: true
bootstrap:
initdb:
database: synapse
@ -46,8 +47,8 @@ spec:
cpu: 100m
memory: 100Mi
limits:
cpu: 500m
memory: 500Mi
cpu: 2
memory: 2Gi
monitoring:
enablePodMonitor: true