fix(jarvis): correct hermes entrypoint command

This commit is contained in:
2026-05-25 20:31:46 -05:00
parent be8e50d590
commit 58931732f7

View File

@@ -55,7 +55,7 @@ spec:
containers:
- name: hermes
image: nousresearch/hermes-agent:latest
command: ["gateway", "run"]
command: ["hermes", "gateway", "run"]
ports:
- containerPort: 8642
name: gateway