diff --git a/external-secrets/helm-values/external-secrets.yaml b/external-secrets/helm-values/external-secrets.yaml index 12fcd14..3568ce6 100644 --- a/external-secrets/helm-values/external-secrets.yaml +++ b/external-secrets/helm-values/external-secrets.yaml @@ -4,7 +4,7 @@ # 리소스 제한 resources: requests: - cpu: 20m + cpu: 5m # Reduced from 20m based on actual usage (1m) memory: 64Mi limits: # cpu: removed to prevent throttling @@ -14,7 +14,7 @@ resources: webhook: resources: requests: - cpu: 10m + cpu: 2m # Reduced from 10m based on actual usage (1m) memory: 32Mi limits: # cpu: removed to prevent throttling @@ -24,7 +24,7 @@ webhook: certController: resources: requests: - cpu: 10m + cpu: 2m # Reduced from 10m based on actual usage (1m) memory: 32Mi limits: # cpu: removed to prevent throttling