mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
feat(deluge): change fs owner & user to 1420:2420
This commit is contained in:
parent
f24c3c5aff
commit
9fb53e285e
1 changed files with 7 additions and 3 deletions
|
@ -4,7 +4,11 @@ image:
|
|||
tag: "2.1.1"
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
fsGroup: 2420
|
||||
|
||||
securityContext:
|
||||
runAsUser: 1420
|
||||
runAsGroup: 2420
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
@ -31,8 +35,8 @@ service:
|
|||
port: 8112
|
||||
|
||||
env:
|
||||
PUID: 1000
|
||||
GUID: 1000
|
||||
PUID: 1429
|
||||
GUID: 2420
|
||||
SSL_CERT_DIR: /etc/ssl/certs
|
||||
|
||||
persistence:
|
||||
|
|
Loading…
Reference in a new issue