mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
19 lines
453 B
YAML
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
|