From 1408000e4c5a31fba2742e33387b4741294362f2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 17:19:26 +0900 Subject: [PATCH] REFACTOR(falco): remove cpu limits entirely - from vault and falco - Remove cpu line from limits section (not just set to null) - Prevents Helm charts from applying default CPU limit values - Eliminates CPU throttling for infrastructure components --- falco/argocd/falco.yaml | 1 - vault/helm-values/vault.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/falco/argocd/falco.yaml b/falco/argocd/falco.yaml index f903f77..84aa9dd 100644 --- a/falco/argocd/falco.yaml +++ b/falco/argocd/falco.yaml @@ -32,7 +32,6 @@ spec: cpu: 100m memory: 256Mi limits: - cpu: null # Explicitly set to null to remove CPU throttling memory: 1Gi # Falco configuration diff --git a/vault/helm-values/vault.yaml b/vault/helm-values/vault.yaml index 74c4682..28cce1b 100644 --- a/vault/helm-values/vault.yaml +++ b/vault/helm-values/vault.yaml @@ -19,7 +19,6 @@ server: cpu: 50m memory: 128Mi limits: - cpu: null # Explicitly set to null to remove CPU throttling memory: 512Mi # Ingress 설정