mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
Lidarr: runAsUser: 1000
This commit is contained in:
parent
7f5e435284
commit
456269891d
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ ingress:
|
|||
securityContext:
|
||||
privileged: false
|
||||
|
||||
podSecurityContext:
|
||||
#runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue