Update new-deployment.yaml
This commit is contained in:
parent
627330da7e
commit
3fc1759c3f
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ spec:
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
args: ["gateway", "run", "--accept-hooks"]
|
args: ["gateway", "run", "--accept-hooks"]
|
||||||
ports:
|
ports:
|
||||||
|
- containerPort: 8642
|
||||||
- containerPort: 9118 # Gateway webhook port
|
- containerPort: 9118
|
||||||
env:
|
env:
|
||||||
- name: PATH
|
- name: PATH
|
||||||
value: "/home/hermes/.hermes/.local/bin:/opt/hermes/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
value: "/home/hermes/.hermes/.local/bin:/opt/hermes/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue