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:
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
runAsGroup: 1000
|
||||
|
||||
initContainers:
|
||||
- name: create-webui-user
|
||||
image: busybox
|
||||
|
|
@ -38,6 +38,8 @@ spec:
|
|||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
image: nousresearch/hermes-agent:latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue