From 9dd162cd49cafbe83ac495eea6e6c7b9a32a00ee Mon Sep 17 00:00:00 2001 From: hermes-sre Date: Wed, 9 Sep 2026 02:42:13 +0000 Subject: [PATCH] fix(hermes-sre): lower hermes-ws session pod CPU request 500m -> 100m Four concurrent session pods at 500m consume 2 full cores of requests; combined with the rest of the cluster this repeatedly crosses the KubeCPUOvercommit single-node-failure margin (38.922 requested vs 38.5 allowed when the largest node is lost). Real usage is ~0.1 core for the namespace, so a 100m request keeps the guarantee while leaving limits (4 CPU) untouched. --- applications/hermes-sre/hermesinstance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/hermes-sre/hermesinstance.yaml b/applications/hermes-sre/hermesinstance.yaml index b10e1479..6f0b90ce 100644 --- a/applications/hermes-sre/hermesinstance.yaml +++ b/applications/hermes-sre/hermesinstance.yaml @@ -848,7 +848,7 @@ spec: mountPath: /tmp resources: requests: - cpu: 500m + cpu: 100m memory: 2Gi # VM terminal containers got 4 CPU / 8 GiB. limits: