This commit is contained in:
sirius0xdev 2026-05-08 02:42:20 +00:00
parent e9b0950ad5
commit db6cdb85f0

View file

@ -46,12 +46,12 @@ spec:
- name: hermes-home - name: hermes-home
mountPath: /shared-home mountPath: /shared-home
- name: copy-webui-app - name: copy-webui-app
image: ghcr.io/nesquena/hermes-webui:latest image: busybox:latest
command: command:
- "sh" - "sh"
- "-c" - "-c"
# Copy the image's built-in /app to our shared volume, then give user 1024 ownership # Copy the image's built-in /app to our shared volume, then give user 1024 ownership
- "cp -a /app/. /shared-app/ && chown -R 1024:1000 /shared-app" - "chown -R 1024:1000 /shared-app"
securityContext: securityContext:
runAsUser: 0 runAsUser: 0
runAsNonRoot: false runAsNonRoot: false