change(jackett): replaced helm chart with lib42/jackett

This commit is contained in:
nold 2023-03-03 16:58:49 +01:00
parent 13948c461b
commit 168d7f301d
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -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