Files
infra/deploy/jellyfin/panic-ingress.yaml
2025-03-16 18:32:21 +01:00

30 lines
573 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jellyfin-panic-ingress
namespace: jellyfin
annotations:
kubernetes.io/ingress.class: "nginx"
acme.cert-manager.io/disable-http01-propagation-check: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- play.panic.haus
secretName: jellyfin-tls
rules:
- host: play.panic.haus
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: jellyfin
port:
number: 8096