fix: increase memory limit for central storage service in production configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
68a818de80
commit
b5318e24d1
@ -20,7 +20,7 @@ centralStorage:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 128Mi
|
memory: 512Mi
|
||||||
probes: {}
|
probes: {}
|
||||||
services:
|
services:
|
||||||
- name: central-storage-service
|
- name: central-storage-service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user