modified: deploy/app/ingress-icarus.yaml
modified: deploy/app/kustomization.yaml
This commit is contained in:
@@ -3,7 +3,7 @@ kind: IngressRoute
|
|||||||
metadata:
|
metadata:
|
||||||
name: jellyfin
|
name: jellyfin
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik-public
|
kubernetes.io/ingress.class: traefik-icarus
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: traefik-icarus
|
ingressClassName: traefik-icarus
|
||||||
entryPoints:
|
entryPoints:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- ingress-public.yaml
|
- ingress-icarus.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