hive-apps/projects/arrstack/values/jackett.yaml

33 lines
590 B
YAML

image:
repository: lib42/jackett
tag: 0.20.3486
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