mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
30 lines
565 B
YAML
30 lines
565 B
YAML
image:
|
|
repository: ghcr.io/k8s-at-home/jackett
|
|
tag: v0.20.1144
|
|
|
|
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
|
|
|
|
securityContext:
|
|
privileged: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
#mountPath: /downloads
|
|
storageClass: local-path
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|