fix jelly

This commit is contained in:
2025-03-16 02:29:21 +01:00
parent 67f3b083bc
commit 0a043f04a3

View File

@@ -1,12 +1,12 @@
# For microk8s default nginx ingress controller (enable by running 'microk8s enable ingress')
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jellyfin-ingress
namespace: jellyfin
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec
kubernetes.io/ingress.class: "nginx"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
- play.panic.haus
@@ -15,10 +15,14 @@ spec
- host: play.panic.haus
http:
paths:
- backend:
- path: /
pathType: Prefix
backend:
service:
name: jellyfin
port:
number: 8096
path: /
pathType: Prefix
number: 80