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