removed(jackett)

This commit is contained in:
nold 2023-03-10 16:38:33 +01:00
parent 8a2b8f498d
commit f09bb43048
2 changed files with 0 additions and 40 deletions

View file

@ -11,14 +11,6 @@ apps:
include:
- ingress-internal
- name: jackett
namespace: jackett
chart: jackett
repoURL: https://lib42.github.io/charts
targetRevision: 1.0.0
include:
- ingress-internal
- name: prowlarr
chart: prowlarr
namespace: prowlarr

View file

@ -1,32 +0,0 @@
image:
repository: lib42/jackett
tag: 0.20.3559
ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: jackett.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: jackett-tls
hosts:
- jackett.dc
persistence:
config:
enabled: true
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
watched:
enabled: true
type: hostPath
hostPath: /data/torrent/watched
readOnly: false