khuedoan-homelab/apps/jellyfin/values.yaml

17 lines
365 B
YAML
Raw Normal View History

jellyfin:
ingress:
main:
enabled: true
2021-11-29 21:16:27 +07:00
ingressClassName: nginx
2021-11-27 21:30:49 +07:00
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: &host jellyfin.khuedoan.com
2021-11-27 21:30:49 +07:00
paths:
- path: /
pathType: Prefix
tls:
- secretName: jellyfin-tls-certificate
hosts:
- *host