fix typos
This commit is contained in:
parent
f1418d30a4
commit
48a1d59cd1
1 changed files with 4 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ spec:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
ports:
|
ports:
|
||||||
containerPort: 8642
|
- containerPort: 8642
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
|
|
||||||
args:
|
args:
|
||||||
|
|
@ -113,7 +113,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
# === Hermes Home - REQUIRED for config persistence ===
|
# === Hermes Home - REQUIRED for config persistence ===
|
||||||
- name: HERMES_HOME
|
- name: HERMES_HOME
|
||||||
value: "/home/hermes.hermes"
|
value: "/home/hermes/.hermes"
|
||||||
- name: XDG_CACHE_HOME
|
- name: XDG_CACHE_HOME
|
||||||
value: "/home/hermes/.cache"
|
value: "/home/hermes/.cache"
|
||||||
- name: XDG_CONFIG_HOME
|
- name: XDG_CONFIG_HOME
|
||||||
|
|
@ -237,8 +237,9 @@ spec:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: hermes-agent-pvc
|
claimName: hermes-agent-pvc
|
||||||
|
|
||||||
- name: hermes-workspace
|
- name: hermes-workspace
|
||||||
emtpyDir: {}
|
emptyDir: {}
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue