CHORE(app): increase memory limits

- Increase memory limits
- Better utilize resourcequota
This commit is contained in:
2025-11-24 15:28:27 +09:00
parent d33f0e36fb
commit aff264c1b2

View File

@@ -12,8 +12,8 @@ spec:
- name: portfolio-app
resources:
requests:
memory: "100Mi"
memory: "120Mi"
cpu: "50m"
limits:
memory: "200Mi"
memory: "230Mi"
cpu: "150m"