mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
change(jackett): replaced helm chart with lib42/jackett
This commit is contained in:
parent
13948c461b
commit
168d7f301d
2 changed files with 2 additions and 7 deletions
|
@ -22,10 +22,9 @@ apps:
|
|||
- name: jackett
|
||||
namespace: jackett
|
||||
chart: jackett
|
||||
targetRevision: 11.2.0
|
||||
repoURL: https://lib42.github.io/charts
|
||||
targetRevision: 1.0.0
|
||||
include:
|
||||
- noRoot
|
||||
- tmpdirs
|
||||
- ingress-internal
|
||||
|
||||
- name: sonarr
|
||||
|
|
|
@ -18,9 +18,6 @@ ingress:
|
|||
hosts:
|
||||
- jackett.dc
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
@ -33,4 +30,3 @@ persistence:
|
|||
type: hostPath
|
||||
hostPath: /data/torrent/watched
|
||||
readOnly: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue