fix(jarvis): use args not command for hermes entrypoint
This commit is contained in:
@@ -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
|
||||
targetPort: 8642
|
||||
|
||||
Reference in New Issue
Block a user