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
|
runAsGroup: 0
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
|
runAsNonRoot: true
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
args:
|
args:
|
||||||
|
|
@ -178,8 +179,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: hermes-data
|
- name: hermes-data
|
||||||
mountPath: /home/hermeswebui/.hermes
|
mountPath: /home/hermeswebui/.hermes
|
||||||
- name: webui-etc
|
|
||||||
mountPath: /etc
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue