Merge pull request #106 from sirius0xdev/fix/hermes-webui-container-init-error

fix(hermes-webui): remove root initContainer and custom /etc mount to…
This commit is contained in:
sirius0xdev 2026-05-07 09:16:01 -04:00 committed by GitHub
commit b248bca531
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,7 @@ spec:
runAsGroup: 0
seccompProfile:
type: RuntimeDefault
runAsNonRoot: true
image: nousresearch/hermes-agent:latest
command: ["/bin/bash", "-c"]
args:
@ -178,8 +179,7 @@ spec:
volumeMounts:
- name: hermes-data
mountPath: /home/hermeswebui/.hermes
- name: webui-etc
mountPath: /etc
resources:
requests:
memory: 256Mi