From abc1a546e48ee74e114c3d05428c845c92033a1e Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 13:20:49 +0900 Subject: [PATCH] CHORE(headlamp): set CPU limits to null for k8s-dashboard - Remove CPU limits to prevent throttling - Optimize resource configuration --- docusaurus/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index 13869e6..60c9a42 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -59,7 +59,6 @@ spec: cpu: 50m memory: 64Mi limits: - # cpu: removed to prevent throttling memory: 128Mi livenessProbe: httpGet: