jellyfin: migrate to gateway API

This commit is contained in:
2026-07-04 16:23:06 -04:00
parent c83625bc88
commit 8ad2c46c20
2 changed files with 25 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: traefik
spec:
gatewayClassName: traefik
listeners:
- name: https
protocol: HTTPS
port: 8443
tls:
mode: Terminate
certificateRefs:
- name: cert-dubyatp-xyz
namespace: cert-manager
allowedRoutes:
namespaces:
from: Same
+6 -9
View File
@@ -1,16 +1,13 @@
jellyfin: jellyfin:
deploymentStrategy: deploymentStrategy:
type: Recreate type: Recreate
ingress: httpRoute:
enabled: true enabled: true
hosts: parentRefs:
- host: jellyfin.dubyatp.xyz - name: traefik
paths: sectionName: https
- path: / kind: Gateway
pathType: ImplementationSpecific hostnames:
tls:
- secretName: cert-dubyatp.xyz
hosts:
- jellyfin.dubyatp.xyz - jellyfin.dubyatp.xyz
persistence: persistence:
config: config: