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