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:
|
apps:
|
||||||
- name: deluge
|
- name: deluge
|
||||||
repoURL: https://lib42.github.io/charts
|
# repoURL: https://lib42.github.io/charts
|
||||||
chart: deluge
|
repoURL: https://github.com/lib42/charts
|
||||||
targetRevision: 1.3.0
|
#chart: deluge
|
||||||
|
#targetRevision: 1.3.0
|
||||||
|
targetRevision: fix/deluge-user
|
||||||
|
path: charts/deluge
|
||||||
secrets:
|
secrets:
|
||||||
- name: openvpn
|
- name: openvpn
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -99,3 +99,9 @@ additionalContainers:
|
||||||
env:
|
env:
|
||||||
- name: SSL_CERT_DIR
|
- name: SSL_CERT_DIR
|
||||||
value: /etc/ssl/certs
|
value: /etc/ssl/certs
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1420
|
||||||
|
runAsGroup: 2420
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue