PERF(web-apps): remove CPU limits for stability
- Remove CPU limits from all web-apps - Prevents CPU throttling issues
This commit is contained in:
@@ -34,13 +34,12 @@ ingress:
|
||||
hosts:
|
||||
- joossameng.kro.kr
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 109Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 351Mi
|
||||
|
||||
healthCheck:
|
||||
|
||||
Reference in New Issue
Block a user