From 0cc5fa779e05f58254ca7dafb82d3cef66216fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 16 Mar 2025 18:30:34 +0100 Subject: [PATCH] fix oops --- deploy/jellyfin/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/jellyfin/kustomization.yaml b/deploy/jellyfin/kustomization.yaml index 7e1217f..b670ee6 100644 --- a/deploy/jellyfin/kustomization.yaml +++ b/deploy/jellyfin/kustomization.yaml @@ -3,7 +3,8 @@ kind: Kustomization resources: - deployment.yaml - - ingress.yaml + - panic-ingress.yaml + - play-ingress.yaml - config-storage.yaml - media-storage.yaml - service.yaml