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 23:07:30 +09:00
parent 4e1c276b89
commit 3bc0b76135
9 changed files with 43 additions and 27 deletions

View File

@@ -44,10 +44,11 @@ controllers:
REDIS_URL: "redis://redis:6379/0"
resources:
requests:
cpu: 100m
memory: 256Mi
cpu: 15m
memory: 150Mi
limits:
memory: 1Gi
cpu: 23m
memory: 225Mi
probes:
liveness:
enabled: true