new file: deploy/app/ingress-public.yaml

modified:   deploy/app/kustomization.yaml
This commit is contained in:
Márcio Fernandes
2026-07-11 22:57:19 +00:00
parent 8c1660f60e
commit 2cfbc881dc
2 changed files with 19 additions and 0 deletions
+18
View File
@@ -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
+1
View File
@@ -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