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
|
- name: jackett
|
||||||
namespace: jackett
|
namespace: jackett
|
||||||
chart: jackett
|
chart: jackett
|
||||||
targetRevision: 11.2.0
|
repoURL: https://lib42.github.io/charts
|
||||||
|
targetRevision: 1.0.0
|
||||||
include:
|
include:
|
||||||
- noRoot
|
|
||||||
- tmpdirs
|
|
||||||
- ingress-internal
|
- ingress-internal
|
||||||
|
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
|
|
|
@ -18,9 +18,6 @@ ingress:
|
||||||
hosts:
|
hosts:
|
||||||
- jackett.dc
|
- jackett.dc
|
||||||
|
|
||||||
securityContext:
|
|
||||||
privileged: false
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -33,4 +30,3 @@ persistence:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /data/torrent/watched
|
hostPath: /data/torrent/watched
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue