fix: increase memory limits for content and freeleaps services in production configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-15 15:19:16 +08:00
parent a8c522b880
commit 5160a2019c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -20,7 +20,7 @@ freeleaps:
memory: 128Mi
limits:
cpu: '500m'
memory: 256Mi
memory: 512Mi
probes: {}
services:
- name: freeleaps-service