From f3498bf2ea846fdb74be2b67dc5399e708c56018 Mon Sep 17 00:00:00 2001 From: jenkins Date: Wed, 12 Aug 2026 23:17:47 -0300 Subject: [PATCH] hermes: size provider setup init --- services/hermes/agent-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hermes/agent-deployment.yaml b/services/hermes/agent-deployment.yaml index a860a5700..a12147d4d 100644 --- a/services/hermes/agent-deployment.yaml +++ b/services/hermes/agent-deployment.yaml @@ -403,8 +403,8 @@ spec: - {name: auth-patch, mountPath: /opt/hermes/hermes_cli/auth.py, subPath: auth.py} - {name: routing-catalog, mountPath: /routing-catalog} resources: - requests: {cpu: 25m, memory: 32Mi} - limits: {cpu: 250m, memory: 128Mi} + requests: {cpu: 25m, memory: 128Mi} + limits: {cpu: 500m, memory: 512Mi} - name: prepare-ttyd-index image: registry.bstein.dev/bstein/hermes-agent@sha256:81970563e542f0720773e72297810b3a844b83e381e278f25c0916c78d930107 imagePullPolicy: IfNotPresent