Update new-deployment.yaml
This commit is contained in:
parent
27f56f8623
commit
ae6dd28e67
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hermes-agent
|
- name: hermes-agent
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
args: ["gateway", "run"]
|
args: ["gateway", "run", "--accept-webhooks"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8642
|
- containerPort: 8642
|
||||||
- containerPort: 9118 # Gateway webhook port
|
- containerPort: 9118 # Gateway webhook port
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue