mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
test deluge
This commit is contained in:
parent
9fb53e285e
commit
ca9152e14e
2 changed files with 12 additions and 3 deletions
|
@ -3,9 +3,12 @@ config:
|
|||
|
||||
apps:
|
||||
- name: deluge
|
||||
repoURL: https://lib42.github.io/charts
|
||||
chart: deluge
|
||||
targetRevision: 1.3.0
|
||||
# repoURL: https://lib42.github.io/charts
|
||||
repoURL: https://github.com/lib42/charts
|
||||
#chart: deluge
|
||||
#targetRevision: 1.3.0
|
||||
targetRevision: fix/deluge-user
|
||||
path: charts/deluge
|
||||
secrets:
|
||||
- name: openvpn
|
||||
keys:
|
||||
|
|
|
@ -99,3 +99,9 @@ additionalContainers:
|
|||
env:
|
||||
- name: SSL_CERT_DIR
|
||||
value: /etc/ssl/certs
|
||||
|
||||
securityContext:
|
||||
runAsUser: 1420
|
||||
runAsGroup: 2420
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue