mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:31:12 +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"
|
tag: "2.1.1"
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 2420
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1420
|
||||||
|
runAsGroup: 2420
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
@ -31,8 +35,8 @@ service:
|
||||||
port: 8112
|
port: 8112
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PUID: 1000
|
PUID: 1429
|
||||||
GUID: 1000
|
GUID: 2420
|
||||||
SSL_CERT_DIR: /etc/ssl/certs
|
SSL_CERT_DIR: /etc/ssl/certs
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|
Loading…
Reference in a new issue