From 60d81ac73be39553a50be741e4b387b118d2b721 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 17:50:56 +0900 Subject: [PATCH] PERF(velero): reduce CPU requests based on VPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - velero: 50m → 11m - node-agent: 30m → 15m - velero-ui: 30m → 15m --- velero/argocd.yaml | 2 +- velero/helm-values.yaml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 0dadeba..ce3819e 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -75,7 +75,7 @@ spec: resources: requests: - cpu: 30m + cpu: 15m # VPA recommendation memory: 128Mi limits: memory: 256Mi diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 7970fdf..4c9a8b6 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -13,10 +13,10 @@ image: # Replica count for HA replicaCount: 2 -# Resource requests +# Resource requests (VPA recommendation: 11m CPU) resources: requests: - cpu: 50m + cpu: 11m memory: 128Mi limits: memory: 192Mi @@ -39,10 +39,9 @@ nodeAgent: privileged: false resources: requests: - cpu: 30m # Reduced to 30m to fit on mayne-worker-2 (99% CPU usage) + cpu: 15m # VPA recommendation: 15m memory: 256Mi limits: - # cpu: removed to prevent throttling memory: 1Gi # Configuration for backup storage