From 8194fc6707071389b373e2a7434292392f65f983 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 14:37:21 +0900 Subject: [PATCH] PERF(external-secrets): use 20% memory increase instead of VPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update operator memory 128Mi→154Mi (+20%) - Update webhook memory 128Mi→154Mi (+20%) - Update certController memory 256Mi→307Mi (+20%) --- external-secrets/helm-values.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/external-secrets/helm-values.yaml b/external-secrets/helm-values.yaml index f69bd39..a2012a2 100644 --- a/external-secrets/helm-values.yaml +++ b/external-secrets/helm-values.yaml @@ -4,13 +4,13 @@ # Replica count replicaCount: 1 -# 리소스 제한 +# 리소스 제한 (20% increase from original) resources: requests: - cpu: 15m - memory: 100Mi + cpu: 5m + memory: 154Mi limits: - memory: 100Mi + memory: 154Mi # 동시 실행 제한 concurrent: 3 @@ -27,10 +27,10 @@ webhook: replicaCount: 1 resources: requests: - cpu: 15m - memory: 100Mi + cpu: 2m + memory: 154Mi limits: - memory: 100Mi + memory: 154Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: @@ -47,10 +47,10 @@ certController: replicaCount: 1 resources: requests: - cpu: 15m - memory: 283Mi + cpu: 2m + memory: 307Mi limits: - memory: 283Mi + memory: 307Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: