fix(fc-ttsreader): lower web cpu request

This commit is contained in:
Codex
2026-05-04 02:28:11 -05:00
parent 57d7ba46a7
commit 7a9098d3bd

View File

@@ -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