From 589b98a87525dc89bafa1ae341db006460d002da Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 3 Jan 2026 00:08:44 +0900 Subject: [PATCH] REFACTOR(trivy): remove Trivy scan job CPU limit - Remove CPU limit to prevent throttling - Optimize scan job performance --- trivy/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trivy/helm-values.yaml b/trivy/helm-values.yaml index 8962e9a..53dfa7b 100644 --- a/trivy/helm-values.yaml +++ b/trivy/helm-values.yaml @@ -52,7 +52,7 @@ trivy: cpu: 50m memory: 100M limits: - cpu: 500m + # cpu: removed to prevent throttling memory: 500M # 스캔 작업 설정