k43D/jellyfin/jellyingress.yml

26 lines
525 B
YAML
Raw Normal View History

2023-09-17 09:10:18 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: jellyfin
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
haproxy.org/whitelist: "192.168.86.0/24,10.233.71.0/24"
spec:
ingressClassName: haproxy
rules:
- host: "jellyfin.geesink.org"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: jellyfin
port:
number: 8096
tls:
- hosts:
- home.geesink.org
secretName: jelly-cert-prod