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:
commit
b248bca531
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue