From 485b588a7ef7bd58311d69b063130073e9804337 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 14:34:29 +0900 Subject: [PATCH] PERF(storage): adjust resources based on VPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update minio memory 263Mi→175Mi - Update cnpg memory 128Mi→121Mi - Update zot memory 128Mi→121Mi - Update velero memory 128Mi→75Mi - Update velero nodeAgent memory 256Mi→100Mi --- cnpg/helm-values.yaml | 4 ++-- minio/helm-values.yaml | 4 ++-- velero/helm-values.yaml | 10 +++++----- zot/helm-values.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cnpg/helm-values.yaml b/cnpg/helm-values.yaml index d919dc7..0b4d4b7 100644 --- a/cnpg/helm-values.yaml +++ b/cnpg/helm-values.yaml @@ -14,9 +14,9 @@ replicaCount: 1 resources: requests: cpu: 15m - memory: 128Mi + memory: 121Mi limits: - memory: 128Mi + memory: 121Mi # RBAC rbac: diff --git a/minio/helm-values.yaml b/minio/helm-values.yaml index ccb78c1..df5bce9 100644 --- a/minio/helm-values.yaml +++ b/minio/helm-values.yaml @@ -35,10 +35,10 @@ rootPasswordSecretKey: root-password # Resources resources: requests: - memory: 263Mi + memory: 175Mi cpu: 15m limits: - memory: 263Mi + memory: 175Mi # Service service: diff --git a/velero/helm-values.yaml b/velero/helm-values.yaml index 0ca652c..9aa7871 100644 --- a/velero/helm-values.yaml +++ b/velero/helm-values.yaml @@ -17,9 +17,9 @@ replicaCount: 1 resources: requests: cpu: 11m - memory: 128Mi + memory: 75Mi limits: - memory: 128Mi + memory: 75Mi # Init containers for plugins initContainers: @@ -39,10 +39,10 @@ nodeAgent: privileged: false resources: requests: - cpu: 15m # VPA recommendation: 15m - memory: 256Mi + cpu: 15m + memory: 100Mi limits: - memory: 256Mi + memory: 100Mi # Run on all nodes including control-plane for full backup coverage tolerations: - key: "node-role.kubernetes.io/control-plane" diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index 816ba92..92ed047 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -35,9 +35,9 @@ controllers: resources: requests: cpu: 15m - memory: 128Mi + memory: 121Mi limits: - memory: 128Mi + memory: 121Mi service: zot: controller: zot