CHORE(resources): set memory limits equal to memory requests

- Align memory limits with memory requests for guaranteed QoS class
- jotion, jovies, portfolio, todo
- web-app chart default values
This commit is contained in:
2026-01-09 14:05:54 +09:00
parent 460c45497e
commit 7b006ad1bb
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ resources:
memory: 100Mi
cpu: 15m
limits:
memory: 150Mi
memory: 100Mi
healthCheck:
enabled: true