From 7a9098d3bd28cc3ad7afacf7d602cab3f755cde2 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 4 May 2026 02:28:11 -0500 Subject: [PATCH] fix(fc-ttsreader): lower web cpu request --- apps/fc-ttsreader/fc-ttsreader.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fc-ttsreader/fc-ttsreader.yaml b/apps/fc-ttsreader/fc-ttsreader.yaml index d89a1e4..6023a49 100644 --- a/apps/fc-ttsreader/fc-ttsreader.yaml +++ b/apps/fc-ttsreader/fc-ttsreader.yaml @@ -611,7 +611,10 @@ spec: optional: true resources: requests: - cpu: 100m + # The cluster is currently saturated on requested CPU by + # remotedesktop workloads even when real usage is low. + # Keep the web frontend schedulable under that pressure. + cpu: 10m memory: 256Mi limits: cpu: 500m