Skip to content
Snippets Groups Projects
Verified Commit 8fa4fd11 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(jellyfin): Move to non-root user for execution

parent 7e31d336
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,10 @@ spec: ...@@ -71,6 +71,10 @@ spec:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
restartPolicy: Always restartPolicy: Always
securityContext: securityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile: seccompProfile:
type: "RuntimeDefault" type: "RuntimeDefault"
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment