From d079b8582ac238e7d4728d97881defe188baad51 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 14:37:21 +0900 Subject: [PATCH] PERF(platform): use 20% memory increase instead of VPA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update argocd controller memory 1700Mi→2040Mi (+20%) - Update argocd server memory 138Mi→166Mi (+20%) - Update argocd repo-server memory 1536Mi→1843Mi (+20%) - Update cert-manager memory 96Mi→115Mi (+20%) - Update cert-manager webhook memory 96Mi→115Mi (+20%) - Update cert-manager cainjector memory 192Mi→230Mi (+20%) --- argocd/helm-values.yaml | 20 ++++++++++---------- cert-manager/helm-values.yaml | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/argocd/helm-values.yaml b/argocd/helm-values.yaml index 01cd7bc..9207686 100644 --- a/argocd/helm-values.yaml +++ b/argocd/helm-values.yaml @@ -61,13 +61,13 @@ controller: args: appResyncPeriod: "0" - # Resource settings (from VPA recommendations) + # Resource settings (20% increase from original) resources: requests: - cpu: 350m - memory: 640Mi + cpu: 126m + memory: 2040Mi limits: - memory: 640Mi + memory: 2040Mi # ============================================================================= # API SERVER (Deployment) @@ -92,13 +92,13 @@ server: traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd tls: true - # Resource settings + # Resource settings (20% increase from original) resources: requests: cpu: 15m - memory: 121Mi + memory: 166Mi limits: - memory: 121Mi + memory: 166Mi # ============================================================================= # REPO SERVER (Deployment) @@ -115,10 +115,10 @@ repoServer: resources: requests: - cpu: 49m - memory: 933Mi + cpu: 15m + memory: 1843Mi limits: - memory: 933Mi + memory: 1843Mi # ============================================================================= # REDIS (Deployment) diff --git a/cert-manager/helm-values.yaml b/cert-manager/helm-values.yaml index f32e5af..cf98a70 100644 --- a/cert-manager/helm-values.yaml +++ b/cert-manager/helm-values.yaml @@ -8,19 +8,19 @@ replicaCount: 1 resources: requests: - cpu: 15m - memory: 100Mi + cpu: 23m + memory: 115Mi limits: - memory: 100Mi + memory: 115Mi webhook: replicaCount: 1 resources: requests: - cpu: 15m - memory: 100Mi + cpu: 23m + memory: 115Mi limits: - memory: 100Mi + memory: 115Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: @@ -36,10 +36,10 @@ cainjector: replicaCount: 1 resources: requests: - cpu: 15m - memory: 237Mi + cpu: 23m + memory: 230Mi limits: - memory: 237Mi + memory: 230Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: