khuedoan-homelab/apps/jellyfin/values.yaml
2021-12-16 21:02:13 +07:00

17 lines
365 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