jellyfin: migrate to gateway API
This commit is contained in:
@@ -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
|
||||||
+7
-10
@@ -1,17 +1,14 @@
|
|||||||
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:
|
- jellyfin.dubyatp.xyz
|
||||||
- secretName: cert-dubyatp.xyz
|
|
||||||
hosts:
|
|
||||||
- jellyfin.dubyatp.xyz
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
size: 25Gi
|
size: 25Gi
|
||||||
|
|||||||
Reference in New Issue
Block a user