fix: increase memory limits for content and freeleaps services in production configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
a8c522b880
commit
5160a2019c
@ -20,7 +20,7 @@ content:
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 128Mi
|
||||
memory: 512Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: content-service
|
||||
|
||||
@ -20,7 +20,7 @@ freeleaps:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: '500m'
|
||||
memory: 256Mi
|
||||
memory: 512Mi
|
||||
probes: {}
|
||||
services:
|
||||
- name: freeleaps-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user