use hermes stock image for platform engineer

This commit is contained in:
Roger Oriol
2026-06-27 21:00:03 +02:00
parent 54579df4b3
commit 4d9195b32d

View File

@@ -91,7 +91,11 @@ spec:
- name: hermes
image: nousresearch/hermes-agent:latest
imagePullPolicy: Always
command: ["gateway", "run"]
# IMPORTANT: do NOT set `command:` — it would override the image's
# ENTRYPOINT (/init, s6-overlay), which sets up the hermes user, seeds
# config on first boot, and supervises the gateway. The image's CMD
# (main-wrapper.sh) already routes `gateway run` through s6.
args: ["gateway", "run"]
ports:
- name: gateway
containerPort: 8642