From e1ecf4309659fe89e0d57687613e7284b6357932 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 2 Jan 2026 23:15:18 +0900 Subject: [PATCH] REFACTOR(trivy): remove trivy-ui CPU limit - Remove CPU limit to prevent throttling - Optimize resource configuration --- trivy/argocd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/trivy/argocd.yaml b/trivy/argocd.yaml index d1528e1..6c3db9f 100644 --- a/trivy/argocd.yaml +++ b/trivy/argocd.yaml @@ -76,6 +76,7 @@ spec: cpu: 50m memory: 64Mi limits: + cpu: null # Prevent CPU throttling memory: 128Mi env: