mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
removed(jackett)
This commit is contained in:
parent
8a2b8f498d
commit
f09bb43048
2 changed files with 0 additions and 40 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue