From 5688b41026a269b0ee0d6a57926f5c7d0076ec96 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 18:28:55 +0900 Subject: [PATCH] PERF(vault): reduce Vault CPU request from 100m to 50m - Reduce based on actual usage (24-30m) - Optimize resource allocation --- vault/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/helm-values.yaml b/vault/helm-values.yaml index a8f163b..5747bee 100644 --- a/vault/helm-values.yaml +++ b/vault/helm-values.yaml @@ -46,7 +46,7 @@ server: # 리소스 제한 resources: requests: - cpu: 100m + cpu: 50m # Reduced from 100m (actual usage: 24-30m) memory: 256Mi limits: memory: 512Mi