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:
@@ -40,10 +40,11 @@ ingress:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: 80Mi
|
||||
cpu: 20m
|
||||
memory: 100Mi
|
||||
cpu: 25m
|
||||
limits:
|
||||
memory: 150Mi
|
||||
cpu: 38m
|
||||
|
||||
healthCheck:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user