new file: deploy/app/ingress-public.yaml
modified: deploy/app/kustomization.yaml
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: jellyfin
|
||||||
|
annotations:
|
||||||
|
kubernetes.io/ingress.class: traefik-public
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- match: Host(`media.casa.limbosolutions.com`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: jellyfin
|
||||||
|
port: 8096
|
||||||
|
tls:
|
||||||
|
secretName: casa-limbosolutions-com-tls
|
||||||
|
|
||||||
@@ -5,6 +5,7 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- ingress-public.yaml
|
||||||
- volumes.music.yaml
|
- volumes.music.yaml
|
||||||
- volumes.tv-shows.yaml
|
- volumes.tv-shows.yaml
|
||||||
- volumes.movies.yaml
|
- volumes.movies.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user