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:
@@ -39,8 +39,11 @@ service:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 5m # Reduced from 30m based on actual usage (1m)
|
||||
memory: 256Mi
|
||||
cpu: 15m
|
||||
memory: 384Mi
|
||||
limits:
|
||||
cpu: 23m
|
||||
memory: 576Mi
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user