From 22a84b1eed0625f3a8cf06d080e378905688ef71 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 11:37:51 +0900 Subject: [PATCH] REFACTOR(docs): remove cpu limit from docs to prev --- docusaurus/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index b164994..13869e6 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -59,7 +59,7 @@ spec: cpu: 50m memory: 64Mi limits: - cpu: 200m + # cpu: removed to prevent throttling memory: 128Mi livenessProbe: httpGet: