PERF(storage): remove CPU limits for stability
- Remove CPU limits from storage components - Prevents CPU throttling issues
This commit is contained in:
@@ -10,13 +10,12 @@ image:
|
||||
# Replica count for operator
|
||||
replicaCount: 1
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
|
||||
# RBAC
|
||||
|
||||
@@ -32,13 +32,12 @@ existingSecret: minio-root-password
|
||||
rootUserSecretKey: root-user
|
||||
rootPasswordSecretKey: root-password
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 48m
|
||||
memory: 126Mi
|
||||
limits:
|
||||
cpu: 104m
|
||||
memory: 183Mi
|
||||
|
||||
# Service
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -13,13 +13,12 @@ image:
|
||||
# Replica count (Velero does not support multiple replicas)
|
||||
replicaCount: 1
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 14m
|
||||
memory: 50Mi
|
||||
|
||||
# Init containers for plugins
|
||||
@@ -38,13 +37,12 @@ deployNodeAgent: true
|
||||
nodeAgent:
|
||||
podVolumePath: /var/lib/kubelet/pods
|
||||
privileged: false
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
# Configuration for backup storage
|
||||
configuration:
|
||||
|
||||
@@ -32,13 +32,12 @@ controllers:
|
||||
port: 5000
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (no CPU limit for stability)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 248Mi
|
||||
service:
|
||||
zot:
|
||||
|
||||
Reference in New Issue
Block a user