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