chore(infra): increase ressource limits to 1 cpu & 1Gi mem (#5192)

This commit is contained in:
Matti Nannt
2025-04-01 13:50:55 +09:00
committed by GitHub
parent 655ad6b9e0
commit b97957d166

View File

@@ -77,8 +77,8 @@ deployment:
limits:
memory: 2Gi
requests:
cpu: 500m
memory: 512Mi
cpu: 1
memory: 1Gi
env:
DOCKER_CRON_ENABLED:
value: "0"