renamed: deploy/app/ingress-public.yaml -> deploy/app/ingress-icarus.yaml
modified: deploy/app/ingress.yaml
This commit is contained in:
@@ -5,6 +5,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik-public
|
kubernetes.io/ingress.class: traefik-public
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: traefik-icarus
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
@@ -3,6 +3,7 @@ kind: IngressRoute
|
|||||||
metadata:
|
metadata:
|
||||||
name: jellyfin
|
name: jellyfin
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: traefik
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
|
|||||||
Reference in New Issue
Block a user