From a3a2420b8723d36ab54f0c36a1db5e5ce3286d38 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 8 Aug 2026 18:34:52 -0300 Subject: [PATCH] fix(hermes): right-size coordinator requests --- services/hermes/agent-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/hermes/agent-deployment.yaml b/services/hermes/agent-deployment.yaml index f210c763d..4332ea292 100644 --- a/services/hermes/agent-deployment.yaml +++ b/services/hermes/agent-deployment.yaml @@ -266,7 +266,7 @@ spec: seccompProfile: type: RuntimeDefault resources: - requests: {cpu: 500m, memory: 1Gi} + requests: {cpu: 250m, memory: 512Mi} limits: {cpu: "2", memory: 4Gi} - name: herdr-server image: registry.bstein.dev/bstein/hermes-agent@sha256:15c5c538c0b58686af2e54e10bc870b23284789d485a609349df24ed3053622f @@ -305,7 +305,7 @@ spec: volumeMounts: - {name: home, mountPath: /opt/data} resources: - requests: {cpu: 100m, memory: 256Mi} + requests: {cpu: 50m, memory: 128Mi} limits: {cpu: "1", memory: 2Gi} - name: model-steward image: registry.bstein.dev/bstein/hermes-agent@sha256:15c5c538c0b58686af2e54e10bc870b23284789d485a609349df24ed3053622f @@ -328,7 +328,7 @@ spec: - {name: coordinator, mountPath: /opt/coordinator, readOnly: true} - {name: auth-patch, mountPath: /opt/hermes/hermes_cli/auth.py, subPath: auth.py} resources: - requests: {cpu: 25m, memory: 128Mi} + requests: {cpu: 25m, memory: 64Mi} limits: {cpu: 250m, memory: 512Mi} volumes: - name: home