hermes: fit agent pod on constrained workers

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jenkins 2026-08-18 16:05:50 -03:00
parent 1c4ed3af93
commit de221a0ae2

View File

@ -686,7 +686,7 @@ spec:
seccompProfile:
type: RuntimeDefault
resources:
requests: {cpu: 300m, memory: 768Mi}
requests: {cpu: 200m, memory: 512Mi}
limits: {cpu: "3", memory: 6Gi}
- name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.3@sha256:10a1165743a192e1940b4708fb9647027185ce11a681a1c5519b442ff7f1f561
@ -910,7 +910,7 @@ spec:
timeoutSeconds: 5
failureThreshold: 3
resources:
requests: {cpu: 100m, memory: 256Mi}
requests: {cpu: 50m, memory: 192Mi}
limits: {cpu: "2", memory: 6Gi}
- name: model-steward
image: registry.bstein.dev/bstein/hermes-agent@sha256:81970563e542f0720773e72297810b3a844b83e381e278f25c0916c78d930107
@ -1086,7 +1086,7 @@ spec:
- {name: image-policy, mountPath: /etc/hermes-image-policy, readOnly: true}
- {name: tmp, mountPath: /tmp}
resources:
requests: {cpu: 50m, memory: 128Mi}
requests: {cpu: 25m, memory: 64Mi}
limits: {cpu: "1", memory: 1Gi}
- name: codex-broker
image: registry.bstein.dev/bstein/hermes-agent@sha256:81970563e542f0720773e72297810b3a844b83e381e278f25c0916c78d930107
@ -1133,7 +1133,7 @@ spec:
- {name: tmp, mountPath: /tmp}
- {name: routing-catalog, mountPath: /routing-catalog, readOnly: true}
resources:
requests: {cpu: 50m, memory: 128Mi}
requests: {cpu: 25m, memory: 64Mi}
limits: {cpu: "1", memory: 1Gi}
- name: claude-broker
image: registry.bstein.dev/bstein/hermes-agent@sha256:81970563e542f0720773e72297810b3a844b83e381e278f25c0916c78d930107
@ -1186,7 +1186,7 @@ spec:
- {name: tmp, mountPath: /tmp}
- {name: routing-catalog, mountPath: /routing-catalog, readOnly: true}
resources:
requests: {cpu: 100m, memory: 256Mi}
requests: {cpu: 50m, memory: 128Mi}
limits: {cpu: "3", memory: 3Gi}
volumes:
- name: home