mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +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:
|
securityContext:
|
||||||
privileged: false
|
privileged: false
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
#runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
fsGroup: 1000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue