fix hermes webui
This commit is contained in:
parent
4d87fa4f8a
commit
c84ef732f8
1 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
runAsGroup: 1000
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: create-webui-user
|
- name: create-webui-user
|
||||||
image: busybox
|
image: busybox
|
||||||
|
|
@ -38,6 +38,8 @@ spec:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue