khuedoan-homelab/apps/jellyfin/values.yaml

45 lines
940 B
YAML
Raw Normal View History

app-template:
controllers:
main:
containers:
main:
image:
repository: docker.io/jellyfin/jellyfin
tag: 10.8.13
service:
main:
ports:
http:
port: 8096
protocol: HTTP
ingress:
main:
enabled: true
className: nginx
2021-11-27 21:30:49 +07:00
annotations:
2021-12-26 12:36:14 +07:00
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
2021-12-26 12:36:14 +07:00
- host: &host jellyfin.khuedoan.com
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
2021-12-26 12:36:14 +07:00
- secretName: jellyfin-tls-certificate
hosts:
- *host
persistence:
config:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
globalMounts:
- path: /config
media:
accessMode: ReadWriteOnce
size: 20Gi
globalMounts:
- path: /media