PERF(umami,code-server): remove CPU limits for stability
- umami: increase memory to 600Mi, remove CPU limit - code-server: increase memory to 302Mi, remove CPU limit
This commit is contained in:
@@ -40,14 +40,13 @@ service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 225Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 225Mi
|
||||
memory: 302Mi
|
||||
|
||||
# Security context
|
||||
securityContext:
|
||||
|
||||
@@ -50,14 +50,13 @@ service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 271Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 433Mi
|
||||
memory: 600Mi
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user