From 420cc38efc3bfde87b7ffaab29d9c780b6196137 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 13:20:50 +0900 Subject: [PATCH] CHORE(vault): set CPU limits to null for Vault - Remove CPU limits to prevent throttling - Optimize resource configuration --- vault/helm-values/vault.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/helm-values/vault.yaml b/vault/helm-values/vault.yaml index 5e5ed38..74c4682 100644 --- a/vault/helm-values/vault.yaml +++ b/vault/helm-values/vault.yaml @@ -19,7 +19,7 @@ server: cpu: 50m memory: 128Mi limits: - # cpu: removed to prevent throttling + cpu: null # Explicitly set to null to remove CPU throttling memory: 512Mi # Ingress 설정