From a422382bc27ebf9726249c472efb1e6b18507c26 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 23:54:10 +0900 Subject: [PATCH] FIX(cert-manager): increase memory to prevent OOM - Increase controller memory from 64Mi to 96Mi - Increase webhook memory from 64Mi to 96Mi - Increase cainjector memory from 64Mi to 96Mi - Increase CPU requests from 15m to 23m (1.5x) --- cert-manager/helm-values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cert-manager/helm-values.yaml b/cert-manager/helm-values.yaml index ea0c453..4c0a23d 100644 --- a/cert-manager/helm-values.yaml +++ b/cert-manager/helm-values.yaml @@ -8,19 +8,19 @@ replicaCount: 2 resources: requests: - cpu: 15m - memory: 64Mi + cpu: 23m + memory: 96Mi limits: - memory: 64Mi + memory: 96Mi webhook: replicaCount: 2 resources: requests: - cpu: 15m - memory: 64Mi + cpu: 23m + memory: 96Mi limits: - memory: 64Mi + memory: 96Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: @@ -36,10 +36,10 @@ cainjector: replicaCount: 2 resources: requests: - cpu: 15m - memory: 64Mi + cpu: 23m + memory: 96Mi limits: - memory: 64Mi + memory: 96Mi # Affinity - Soft Anti-Affinity to spread pods across nodes affinity: podAntiAffinity: