hive-apps/projects/jellyfin/values/jellyfin.yaml
2021-11-17 14:38:59 +01:00

39 lines
667 B
YAML

ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: vault-issuer
hosts:
- host: stream.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: jellyfin-tls
hosts:
- stream.dc
securityContext:
runAsUser: 568
runAsGroup: 568
# fsGroup: 568
privileged: false
persistence:
config:
enabled: true
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
cache:
enabled: true
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
media:
enabled: true
type: hostPath
mountPath: /media
hostPath: /data/media/stream