PERF(repo): apply CPU/Memory limits based on VPA

- Set CPU request to VPA recommendation
- Set CPU limit to VPA × 1.5 for burst allowance
- Set Memory limit to VPA × 1.5 to prevent OOM
- Prevent cascading failure on node failure
This commit is contained in:
2026-01-07 22:58:48 +09:00
parent 2da1bc0b47
commit 8efe4bf338
8 changed files with 31 additions and 23 deletions

View File

@@ -36,10 +36,11 @@ ingress:
resources:
requests:
memory: 80Mi
cpu: 20m
memory: 150Mi
cpu: 15m
limits:
memory: 300Mi
memory: 150Mi
cpu: 23m
healthCheck:
enabled: true