From 58931732f7c89732130515ef367dbc0a46cbd959 Mon Sep 17 00:00:00 2001 From: Ryan Blundon Date: Mon, 25 May 2026 20:31:46 -0500 Subject: [PATCH] fix(jarvis): correct hermes entrypoint command --- cluster/applications/jarvis/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/jarvis/deployment.yaml b/cluster/applications/jarvis/deployment.yaml index e51626c..6061f81 100644 --- a/cluster/applications/jarvis/deployment.yaml +++ b/cluster/applications/jarvis/deployment.yaml @@ -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