From d2ace4be8881fb1ba920473d95e5c65632acaaac Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 16 Apr 2026 17:47:07 +0800 Subject: [PATCH] Reduce trivy memory request --- harbor/values.home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbor/values.home.yaml b/harbor/values.home.yaml index ef940a4..b38f02e 100644 --- a/harbor/values.home.yaml +++ b/harbor/values.home.yaml @@ -705,7 +705,7 @@ trivy: resources: requests: cpu: 200m - memory: 512Mi + memory: 20Mi limits: cpu: 1 memory: 1Gi