From c2d69584078cddef5e2a46422cc4cda88156077d Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 13:31:52 +0900 Subject: [PATCH] PERF(external-secrets): reduce replicas to 1 - Reduce external-secrets replicas to 1 - Reduce cert-controller replicas to 1 - Reduce webhook replicas to 1 --- external-secrets/helm-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/external-secrets/helm-values.yaml b/external-secrets/helm-values.yaml index a11dfbf..a42c2ca 100644 --- a/external-secrets/helm-values.yaml +++ b/external-secrets/helm-values.yaml @@ -2,7 +2,7 @@ # Chart: https://github.com/external-secrets/external-secrets # Replica count -replicaCount: 2 +replicaCount: 1 # 리소스 제한 resources: @@ -25,7 +25,7 @@ installCRDs: false # Webhook 설정 webhook: - replicaCount: 2 + replicaCount: 1 resources: requests: cpu: 2m # Reduced from 10m based on actual usage (1m) @@ -46,7 +46,7 @@ webhook: # CertController 설정 certController: - replicaCount: 2 + replicaCount: 1 resources: requests: cpu: 2m # Reduced from 10m based on actual usage (1m)