fix: increase memory limit for central storage service in production configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-12 02:07:07 +08:00
parent 68a818de80
commit b5318e24d1

View File

@ -20,7 +20,7 @@ centralStorage:
memory: 64Mi
limits:
cpu: 300m
memory: 128Mi
memory: 512Mi
probes: {}
services:
- name: central-storage-service