PERF(storage): remove CPU limits for stability
- Remove CPU limits from storage components - Prevents CPU throttling issues
This commit is contained in:
@@ -20,13 +20,12 @@ controllers:
|
||||
secretKeyRef:
|
||||
name: pgweb-password
|
||||
key: database-url
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
Reference in New Issue
Block a user