khuedoan-homelab/apps/jellyfin/values.yaml
2024-01-17 21:15:16 +07:00

17 lines
379 B
YAML

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