diff --git a/cluster/applications/jarvis/deployment.yaml b/cluster/applications/jarvis/deployment.yaml index 6061f81..e315850 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: ["hermes", "gateway", "run"] + args: ["gateway", "run"] ports: - containerPort: 8642 name: gateway @@ -113,4 +113,4 @@ spec: ports: - name: gateway port: 8642 - targetPort: 8642 \ No newline at end of file + targetPort: 8642