From 50ceb6d98dc734ca2fcbc84b7abd4ae66ad5c7f2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 22:19:24 +0900 Subject: [PATCH] FIX(argocd): falco cpu requests in argocd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - application - Falco: 100m → 30m - Falcosidekick Web UI: 50m → 30m The previous commit only updated helm-values/falco.yaml which wasn't being used. The ArgoCD Application uses inline helm values. --- falco/argocd/falco.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/falco/argocd/falco.yaml b/falco/argocd/falco.yaml index d888cb3..4122455 100644 --- a/falco/argocd/falco.yaml +++ b/falco/argocd/falco.yaml @@ -29,7 +29,7 @@ spec: # Resource requests resources: requests: - cpu: 100m + cpu: 30m memory: 256Mi limits: cpu: null # Delete Helm chart default CPU limit @@ -65,7 +65,7 @@ spec: replicaCount: 1 resources: requests: - cpu: 50m + cpu: 30m memory: 128Mi # RBAC