From 2a9d135a2a2f18a1b34d76b630ebe0da158a0d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 13 Jul 2026 09:34:43 +0000 Subject: [PATCH] modified: deploy/app/ingress-icarus.yaml modified: deploy/app/kustomization.yaml --- deploy/app/ingress-icarus.yaml | 2 +- deploy/app/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/app/ingress-icarus.yaml b/deploy/app/ingress-icarus.yaml index afd8ddc..1f029bc 100644 --- a/deploy/app/ingress-icarus.yaml +++ b/deploy/app/ingress-icarus.yaml @@ -3,7 +3,7 @@ kind: IngressRoute metadata: name: jellyfin annotations: - kubernetes.io/ingress.class: traefik-public + kubernetes.io/ingress.class: traefik-icarus spec: ingressClassName: traefik-icarus entryPoints: diff --git a/deploy/app/kustomization.yaml b/deploy/app/kustomization.yaml index 7c9efed..0a8509b 100644 --- a/deploy/app/kustomization.yaml +++ b/deploy/app/kustomization.yaml @@ -5,7 +5,7 @@ resources: - deployment.yaml - service.yaml - ingress.yaml - - ingress-public.yaml + - ingress-icarus.yaml - volumes.music.yaml - volumes.tv-shows.yaml - volumes.movies.yaml