khuedoan-homelab/apps/jellyfin/values.yaml
2022-05-04 09:17:42 +07:00

19 lines
453 B
YAML

jellyfin:
ingress:
main:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hajimari.io/appName: Jellyfin
hajimari.io/icon: filmstrip
hosts:
- host: &host jellyfin.khuedoan.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: jellyfin-tls-certificate
hosts:
- *host