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